supermodel-ai-test
v0.1.1
Published
Supermodel is a context gathering agent built with Mastra and MCP (Model Context Protocol). It helps to provide useful context for a variety of tasks.
Readme
Supermodel MCP Server
Supermodel is a context gathering agent built with Mastra and MCP (Model Context Protocol). It helps to provide useful context for a variety of tasks.
How It Works
The MCP server is built using Mastra's agent framework and leverages MCP servers to connect to various services.
Publishing
Run pnpm run publish:mcp to publish the MCP server to npm. This both builds and publishes.
Testing
Use the MCP Inspector to test (after publishing) with:
npx @modelcontextprotocol/inspector node dist/stdio.js
Make sure to add env vars for COMPOSIO_GMAIL_URL and OPENAI_API_KEY.
