Ts Core
Freeby MCP Community
Agent-native TypeScript framework for building MCP servers. Build tools, not infrastructure. Declarative definitions with auth, multi-backend storage, OpenTelem
v0.3.4Added Apr 12, 2026
agentagent-nativeaiai-agentcloudflare-workers
Ts Core MCP Server
Agent-native TypeScript framework for building MCP servers. Build tools, not infrastructure. Declarative definitions with auth, multi-backend storage, OpenTelem
Installation
Reviews
Installation
Quick install
npx -y @cyanheads/mcp-ts-core
Add to claude_desktop_config.json
{
"mcpServers": {
"ts-core": {
"command": "npx",
"args": ["-y", "@cyanheads/mcp-ts-core"]
}
}
}