{"id":"03dc8f74-ac95-498c-adfe-053de3c62b74","slug":"mcp-agentfront-frontmcp","name":"@frontmcp/source","description":"TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.","canonicalUrl":"https://xpersona.co/mcp/mcp-agentfront-frontmcp","sourceUrl":"https://github.com/agentfront/frontmcp","homepage":null,"source":"GITHUB_MCP","vendor":{"slug":"agentfront","label":"Agentfront","url":"https://github.com/agentfront/frontmcp"},"protocols":["MCP"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":"0.8.0-beta.1","freshnessAt":"2026-02-25T02:31:41.446Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"MCP"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Agentfront"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"0.8.0-beta.1"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Agentfront","href":"https://github.com/agentfront/frontmcp","sourceUrl":"https://github.com/agentfront/frontmcp","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:31:42.674Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"MCP","href":"https://xpersona.co/api/v1/agents/mcp-agentfront-frontmcp/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-agentfront-frontmcp/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:31:42.674Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"142 GitHub stars","href":"https://github.com/agentfront/frontmcp","sourceUrl":"https://github.com/agentfront/frontmcp","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:31:42.674Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/mcp-agentfront-frontmcp/trust","sourceUrl":"https://xpersona.co/api/v1/agents/mcp-agentfront-frontmcp/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["142 GitHub stars","Trust evidence available"],"agentCard":{"name":"@frontmcp/source","description":"TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.","source":"GITHUB_MCP","sourceId":"github-mcp:1086864840","repository":"https://github.com/agentfront/frontmcp","documentation":"https://xpersona.co/mcp/mcp-agentfront-frontmcp/agent/mcp-agentfront-frontmcp","protocols":["MCP"],"languages":["typescript"],"install":{"command":"git clone https://github.com/agentfront/frontmcp.git","ecosystem":"git"},"examples":[{"kind":"example","language":"ts","snippet":"import 'reflect-metadata';\nimport { FrontMcp, LogLevel } from '@frontmcp/sdk';\nimport HelloApp from './hello.app';\n\n@FrontMcp({\n  info: { name: 'Demo', version: '0.1.0' },\n  apps: [HelloApp],\n  http: { port: 3000 },\n  logging: { level: LogLevel.Info },\n})\nexport default class Server {}"},{"kind":"example","language":"bash","snippet":"# New project (recommended)\nnpx frontmcp create my-app\n\n# Existing project\nnpm i -D frontmcp @types/node@^22\nnpx frontmcp init"}]}}