Hosted MCP Endpoint
A managed MCP server at api.runcontext.dev that your AI tools connect to. No local server to run, no ports to open, no uptime to manage. Just add the endpoint to your MCP config and every query has context.
The ContextKit CLI is powerful for solo work — you build a semantic plane on your machine and serve it locally. But when your team needs to share that context, things get complicated:
RunContext Cloud solves all of this. Publish your semantic plane to a hosted endpoint, and every team member’s AI tools connect to the same source of truth.
Hosted MCP Endpoint
A managed MCP server at api.runcontext.dev that your AI tools connect to. No local server to run, no ports to open, no uptime to manage. Just add the endpoint to your MCP config and every query has context.
Web Dashboard
A browser-based dashboard at app.runcontext.dev where you can view your published semantic planes, browse data products, check tier scores, and manage your team. See everything at a glance without touching the CLI.
Team Collaboration
Invite teammates by email. Everyone connects their AI tools to the same hosted endpoint. When someone publishes an updated semantic plane, every agent on the team gets the latest context immediately.
Managed Connectors
Connect databases directly to the cloud — PostgreSQL, Snowflake, BigQuery, and more. RunContext Cloud introspects your schema on a schedule, so your semantic plane stays fresh as your database evolves.
You still use the ContextKit CLI to build your semantic plane. Nothing changes about your local workflow. When you’re ready to share, publish:
context publish --org my-teamThis uploads your compiled semantic plane to RunContext Cloud. Your metadata is now hosted and available to your whole team.
Every team member adds the cloud MCP endpoint to their tool config:
{ "mcpServers": { "contextkit-cloud": { "url": "https://api.runcontext.dev/mcp/my-team", "headers": { "Authorization": "Bearer <your-api-key>" } } }}That’s it. Their agents now have full access to your team’s semantic planes — search, explain, guardrails, golden queries, everything.
Log in at app.runcontext.dev to:
When you sign in, you’ll see:
Home — Overview of all your published semantic planes, their tier scores (Bronze/Silver/Gold), and recent activity.
Data Products — Browse each data product in detail. View models, fields, descriptions, semantic roles, guardrails, and golden queries. See what Silver and Gold checks are still missing.
Team — Invite members, set roles (Admin, Editor, Viewer), and manage API keys for each team member’s tools.
Connectors — Set up managed database connections. Choose which tables to introspect and how often to refresh. The cloud runs the introspection pipeline for you.
Usage — See how many MCP queries your team is making, which tools are connected, and which data products are most accessed.
Billing — View your current plan, manage payment methods, and upgrade or downgrade.
my-company)context publish --org my-company --token <key>See Sign Up & Onboarding for the full walkthrough.
| Free | Team ($49/mo) | Enterprise ($299/mo) | |
|---|---|---|---|
| Local CLI | All features | All features | All features |
| Hosted MCP endpoint | — | Yes | Yes |
| Web dashboard | — | Yes | Yes |
| Published data products | — | 10 | Unlimited |
| Database connectors | — | 3 | Unlimited |
| Team seats | 1 (local) | 5 (+$10/seat) | Unlimited |
| RBAC | — | — | Yes |
| SSO | — | — | Yes |
| Support | GitHub Issues | Priority Slack |
See Pricing for full details and FAQ.