MCP Server
MCP
io.github.agentmark-ai/mcp-server
Inspect AgentMark traces and drive AgentMark Cloud: apps, experiments, metrics, deployments.
Install
npx -y @agentmark-ai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@agentmark-ai/mcp-server",
"version": "0.4.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "App-scoped API key for CI/automation. Optional — you can instead authenticate with the session bearer written by `agentmark login`.",
"isSecret": true,
"name": "AGENTMARK_API_KEY"
},
{
"description": "AgentMark gateway base URL.",
"default": "https://api.agentmark.co",
"name": "AGENTMARK_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment