← Back to Plugins
MCP Server MCP

io.github.ramaris-app/mcp-server

github By github 👁 1 views ▲ 0 votes

On-chain wallet analytics and trading strategies on Base for AI assistants

Homepage Verified source GitHub

Install

npx -y @ramaris/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ramaris/mcp-server",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ramaris API key (get one at ramaris.app/api-access)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RAMARIS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...