← Back to Plugins
MCP Server MCP

io.tkllabs.bh.mcp-servers/ipfs-toolkit

github By github 👁 3 views ▲ 0 votes

Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp",
      "headers": [
        {
          "description": "API key for authentication as Bearer token",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcp-servers.bh.tkllabs.io:9780/ipfs-sse",
      "headers": [
        {
          "description": "API key for authentication as Bearer token",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...