Servers
MCP Guide Server (v0.1.4)
@qpd-v
A beginner-friendly guide server that helps users understand MCP concepts, provides interactive examples, and demonstrates best practices for building MCP integrations. Features tools for exploring MCP capabilities, resources for learning core concepts, and prompts for guided tut
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-guide": {
"command": "npx",
"args": [
"mcp-guide"
]
}
}
}