Add the following in your mcp.json in cursor IDE or claude_desktop_config.json when using Claude desktop.
Note: This server runs in HTTP SSE mode
{
"mcpServers": {
"@amp-labs/mcp-docs-server": {
"url": "https://mcp-docs.withampersand.com/sse"
}
}
}
{
"mcpServers": {
"@amp-labs/mcp-docs-server": {
"url": "http://localhost:3001/sse"
}
}
}
This will start the server at http://localhost:3001
npx @amp-labs/mcp-docs-server@latest
pnpm i
pnpm build
pnpm start
Use the MCP inspector tool to know more about the mcp server and debug tools, prompts, resources
pnpm inspect