loading…
Search for a command to run...
loading…
Provide a demo implementation of an MCP server showcasing basic MCP features. Enable integration with LLMs by exposing simple tools and resources for testing an
Provide a demo implementation of an MCP server showcasing basic MCP features. Enable integration with LLMs by exposing simple tools and resources for testing and development purposes. Facilitate understanding and experimentation with the Model Context Protocol.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"smithery-hello": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"huangtan007/smithery-hello"
]
}
}
}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.