zhama-ai/mcp-server
A powerful, production-grade TypeScript framework for building Model Context Protocol (MCP) servers. It provides a clean, decorator-based API that makes it easy to create custom tools, resources, and prompts for AI applications. 一个强大的、生产级别的 TypeScript 框架,用于构建模型上下文协议 (MCP) 服务器。它提供了基于装饰器的简洁 API,使您可以轻松为 Claude Desktop 等 AI 应用程序创建
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...