Socket
Book a DemoInstallSign in
Socket

@amp-labs/mcp-docs-server

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amp-labs/mcp-docs-server

MCP server for Ampersand docs

0.0.6
latest
Source
npmnpm
Version published
Weekly downloads
4
-50%
Maintainers
2
Weekly downloads
 
Created
Source

Ampersand logo

Star us on GitHub Discord Documentation PRs welcome License

Connecting to the mcp server from an MCP Client

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

When using the official hosted mcp server

{
  "mcpServers": {
    "@amp-labs/mcp-docs-server": {
      "url": "https://mcp-docs.withampersand.com/sse" 
    }
  }
}

When running the docs server locally

{
  "mcpServers": {
    "@amp-labs/mcp-docs-server": {
      "url": "http://localhost:3001/sse"
    }
  }
}

Ampersand MCP docs server

Use npx to automatically run the server locally

This will start the server at http://localhost:3001

npx @amp-labs/mcp-docs-server@latest


# Building locally 

### Install dependencies

`pnpm i`

### Build the MCP SSE server

`pnpm build`


### Start the server

`pnpm start`


## Debugging & troubleshooting
 
Use the MCP inspector tool to know more about the mcp server and debug tools, prompts, resources 

`pnpm inspect`

FAQs

Package last updated on 30 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.