loading…
Search for a command to run...
loading…
Provide a test implementation of an MCP server to validate and demonstrate MCP protocol features. Enable developers to experiment with MCP interactions and veri
Provide a test implementation of an MCP server to validate and demonstrate MCP protocol features. Enable developers to experiment with MCP interactions and verify tool, resource, and prompt handling. Facilitate integration testing for MCP clients and servers.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcpserver-test": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"just-record/mcpserver-test"
]
}
}
}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.