PluginBench
MCP Server

Tulimoa Gateway MCP Server

com.tulimoa/gateway

What is the Tulimoa Gateway MCP server?

The MCP gateway with an EU-hosted, persistent memory layer that shrinks your token bill.

How to install Tulimoa Gateway

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gateway": {
      "url": "https://gateway.tulimoa.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gateway": {
      "serverUrl": "https://gateway.tulimoa.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gateway": {
      "type": "http",
      "url": "https://gateway.tulimoa.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "gateway": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.tulimoa.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http gateway https://gateway.tulimoa.com/mcp

Related MCP servers

Tulimoa

Active

Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings.

1
TypeScript
MIT
View repository →