Loading MCP server directory, please wait...
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
npx @getmcp/cli add io.github.cyanheads/mcp-ts-templateRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/mcp-ts-template": {
"command": "bun",
"args": [
"mcp-ts-template",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info"
}
}
}
}