SiberMate

Remote MCP

MCP for Claude.

Connect Claude-compatible MCP clients to SiberMate using the remote MCP server URL or the local stdio bridge.

Server URLs

Default remote MCP
https://mcp.sibermate.com/mcp
Multi-tenant profile
https://mcp.sibermate.com/profile/{YOUR TENANT DOMAIN}/mcp
Example profile
https://mcp.sibermate.com/profile/sibermate.com/mcp

Setup notes

  1. Use the remote MCP server URL when the client supports remote MCP connectors.
  2. Use the domain profile URL when the same client needs multiple SiberMate tenants side by side.
  3. If the client expects a local stdio command, run the SiberMate npm bridge with a dedicated tenant API key.

Authentication

  • Recommended remote flow: OAuth discovery from the MCP server URL.
  • Bearer fallback: send Authorization: Bearer <SIBERMATE_API_KEY> only when the client supports custom headers.
  • Local stdio fallback: run npx -y @sibermatedev/mcp with SIBERMATE_API_KEY in the client environment.

Remote MCP (.mcp.json)

{
  "mcpServers": {
    "sibermate": {
      "type": "http",
      "url": "https://mcp.sibermate.com/mcp",
      "headers": {
        "Authorization": "Bearer ${SIBERMATE_API_KEY}"
      }
    }
  }
}

Safety checklist

  • Use a dedicated tenant API key for MCP setup.
  • Keep API keys out of prompts, screenshots, repositories, browser history, and shared docs.
  • For profile URLs, the domain in the URL must match the tenant returned by the API key.
  • Review generated action plans before sending assignments, reminders, removals, uploads, or deletions.