@speakeasy-api/docs-mcp-playground
v0.6.0
Published
Interactive web playground for demonstrating and exploring a docs-mcp server
Maintainers
Keywords
Readme
@speakeasy-api/docs-mcp-playground
Interactive web playground for demonstrating and exploring a Speakeasy Docs MCP server.
Beta. Part of the Speakeasy Docs MCP monorepo.
Installation
npm install -g @speakeasy-api/docs-mcp-playgroundUsage
Point the playground at a running docs-mcp-server instance:
MCP_TARGET=http://localhost:20310 docs-mcp-playgroundThen open http://localhost:3001 in your browser.
Environment Variables
| Variable | Default | Description |
| --------------------- | ------------------------ | --------------------------------------------------- |
| PORT | 3001 | Port the playground server listens on |
| MCP_TARGET | http://localhost:20310 | URL of the docs-mcp-server to proxy MCP requests to |
| PLAYGROUND_PASSWORD | (none) | If set, enables password authentication |
| SERVER_NAME | speakeasy-docs | Display name shown in the playground UI |
