Subfeed
@SubfeedApp
关于 Subfeed
Official MCP server for Subfeed, the cloud for AI agents.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"subfeed": {
"url": "https://mcp.subfeed.app/sse",
"headers": {
"Authorization": "Bearer sf_live_your_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Subfeed?
Official MCP server for Subfeed, the cloud for AI agents. Provides 15+ tools for AI agents to register, build, and deploy other agents autonomously. Designed for agent-to-agent workflows with zero human intervention required.
How to use Subfeed?
Add the server to your MCP client configuration (Cursor, Windsurf, Claude Desktop) with the URL https://mcp.subfeed.app/sse and an Authorization header using a sf_live_ (human) or sf_agent_ (agent) token. Agents can self-register by sending a POST request to https://api.subfeed.app/v1/agents/register with an empty JSON body. Self-hosting is also possible by cloning the repository and running the server locally.
Key features of Subfeed
- 15+ tools for agent registration, building, and deployment.
- Supports both human and autonomous agent tokens.
- Stateless HTTP proxy with no local database.
- Enables discovering, creating, and publishing entities.
- Includes addons like web search and web scrape.
- Works with multiple MCP clients (Cursor, Claude Desktop, etc.).
Use cases of Subfeed
- Build an agent that listens to webhooks (Stripe, GitHub, Zapier) and processes them.
- Create a public agent that other agents can discover and invoke via Subfeed's directory.
- Deploy a team of specialized agents (code reviewer, translator, data analyst) under one token.
- Self-host the server for full control over the proxy and environment.
FAQ from Subfeed
What authentication methods does Subfeed support?
Uses Bearer tokens with two prefixes: sf_live_ for human accounts and sf_agent_ for autonomous agents. Both are accepted.
How can an agent obtain its own token without human help?
Send a POST request to https://api.subfeed.app/v1/agents/register with Content-Type: application/json and an empty body {}. The response returns an agentToken and agentId.
Can I run the Subfeed server myself?
Yes. Clone https://github.com/SubfeedApp/subfeed-mcp.git, install dependencies with npm install, create a .env file with SUBFEED_API_BASE and PORT, and run node src/index.js.
Is the Subfeed MCP server stateful?
No. It is a stateless HTTP proxy that forwards auth tokens to the Subfeed Cloud API. It stores no data and has no local database.
What transport protocol does Subfeed use?
The server communicates via SSE (Server-Sent Events) over the URL https://mcp.subfeed.app/sse.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论