1. Add Moven to your AI Client Config
Paste this into your client's mcpServers configuration block.
{
"mcpServers": {
"moven": {
"command": "npx",
"args": [
"-y",
"@moven/mcp"
],
"env": {
"MOVEN_MCP_URL": "https://mcp.moven.dev/mcp",
"MOVEN_API_KEY": "YOUR_MOVEN_API_KEY"
}
}
}
}Bearer Key Auth
Use your project key from Moven Dashboard to pair your agent.
SSE Streaming
Supports real-time SSE bidirectional notification streams on /mcp?sse=true.
Zero Secret Leaks
Environment inspect tools strictly return variable metadata with masked tokens.
2. Interactive Live MCP Tool Sandbox
Test tools in real-time to see the exact structured context returned to the AI agent.
JSON-RPC 2.0 Response for get_project_context
14ms latencynull
AI-Oriented Context Tools
get_project_context
Returns high-level project blueprint: tech stack, services, architecture pattern, and active sentinel rules in 1 query.
list_projects
Enumerates all projects accessible to the authenticated token.
get_services
Lists microservices, LLM agent orchestrators, database workers, and circuit breaker health.
get_environment
Safe variable metadata inspection (scopes, descriptions, required flags; never plain secrets).
get_deployments
Inspects recent rollout versions, commit references, and health check statuses.
get_workflows
CI/CD workflows, automated AST healing pipelines, and trace replay jobs.
search_docs
Queries Moven manual, circuit breaker math, and SDK specifications.
read_doc
Fetches full markdown documentation for any topic.
moven_get_project_status
Real-time telemetry, active loops intercepted, and USD money saved.
moven_get_trace
Full step execution spans and recursive tool payload inspection.
MCP Context Resources
moven://project/{id}/contextFull AI context summary & blueprint
moven://project/{id}/architectureSystem architecture markdown & topology
moven://project/{id}/servicesCatalog of microservices & agent workers
moven://project/{id}/configCircuit breaker thresholds & budget caps
moven://project/{id}/circuit-breakersLive in-memory sentinel state & metrics
moven://project/{id}/deploymentsRecent release versions & health checks
moven://sdk/quickstartTypeScript/Python in-memory integration guide
moven://docs/heuristicsMathematical loop detection equations
OAUTH 2.0 FOR REMOTE AI AGENTS
Connect external agents without pasting static API keys. The Moven OAuth authorization flow enables user approval for read-only workspace context.