1.0.14 • Published 6 months ago

@alanagoyal/mcp-server v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

@alanagoyal/mcp-server

a model context protocol (mcp) server that provides ai assistants with information about alana goyal and basecase, based on alanagoyal.com and basecase.vc. the server integrates with popular ai development environments like windsurf and cursor.

i built this using mastra and stagehand.

installation

in windsurf

create or update ~/.codeium/windsurf/mcp_config.json:

macos/linux

{
  "mcpServers": {
    "basecase": {
      "command": "npx",
      "args": ["-y", "@alanagoyal/mcp-server@latest"]
    }
  }
}

windows

{
  "mcpServers": {
    "basecase": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@alanagoyal/mcp-server@latest"]
    }
  }
}

this will make all basecase documentation tools available in your windsurf workspace. note that windsurf mcp tool calling doesn't work very well. you will need to fully quit and re-open windsurf after adding this. if a tool call fails you will need to go into windsurf mcp settings and re-start the mcp server.

in cursor

create or update .cursor/mcp.json in your project root:

macos/linux

{
  "mcpServers": {
    "basecase": {
      "command": "npx",
      "args": ["-y", "@alanagoyal/mcp-server@latest"]
    }
  }
}

windows

{
  "mcpServers": {
    "basecase": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@alanagoyal/mcp-server@latest"]
    }
  }
}

this will make all basecase documentation tools available in your cursor workspace. note that the mcp server won't be enabled by default. you'll need to go to cursor settings -> mcp settings and click "enable" on the basecase mcp server.

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago