MCP Server
MCP
io.tkllabs.bh.mcp-servers/ipfs-toolkit
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
By
Comments
Sign in to leave a comment