Developer Tools
Trust: 30/100 (Limited)io.github.vigneshRN52/demo-mcp-server Guide
Minimal Go MCP Server for high-performance context bridging
by vigneshRN52
Quick Start
Install
npx demo-server-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-vigneshrn52-demo-mcp-server": {
"command": "npx",
"args": [
"demo-server-mcp"
]
}
}
}