★ 15 stars
Go
💻 Code/Dev Tools
Updated 2mo ago
A command-line tool to extract and document MCP (Model Context Protocol) server capabilities, tools, resources, and prompts in various formats.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-dump": {
"command": "go",
"args": [
"run",
"github.com/SPANDigital/mcp-server-dump@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-dump go run github.com/SPANDigital/mcp-server-dump@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-dump": {
"command": "go",
"args": [
"run",
"github.com/SPANDigital/mcp-server-dump@latest"
]
}
}
}