← Back to Plugins
MCP Server MCP

tech.somewhere/platform

github By github 👁 2 views ▲ 0 votes

Backend for AI-built apps: database, auth, files, email, AI, payments, deploy, realtime. 170+ tools.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.somewhere.tech/mcp",
      "headers": [
        {
          "description": "Bearer token. Either a developer API key (smt_...) for server-side use, or a session token minted by `somewhere auth login` for local agent setups.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...