loading…
Search for a command to run...
loading…
Provide a simple demonstration of an MCP server implementation. Enable basic interaction with MCP clients to showcase protocol usage. Serve as a starting point
Provide a simple demonstration of an MCP server implementation. Enable basic interaction with MCP clients to showcase protocol usage. Serve as a starting point for building more complex MCP servers.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-demo": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"nssachin/mcp-demo"
]
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.