← Back to Plugins
MCP Server MCP

io.github.agentmark-ai/mcp-server

github By github 👁 1 views ▲ 0 votes

Inspect AgentMark traces and drive AgentMark Cloud: apps, experiments, metrics, deployments.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...