Agent Framework Ts
Freeby MCP Community
TypeScript MCP agent framework with schema-safe message contents
v0.5.0Added Apr 12, 2026
mcpagent-frameworktypescript
Agent Framework Ts MCP Server
TypeScript MCP agent framework with schema-safe message contents
Installation
npx -y @mallocbaal/mcp-agent-framework-ts
Reviews
Installation
Quick install
npx -y @mallocbaal/mcp-agent-framework-ts
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-framework-ts": {
"command": "npx",
"args": ["-y", "@mallocbaal/mcp-agent-framework-ts"]
}
}
}