Connect AI agents to 1000+ apps with managed authentication and tool-calling.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-composiohq-composio": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repository publishes Composio's MCP server to the official MCP Registry, which syndicates to the GitHub MCP Registry. Once listed, any MCP-compatible client — Claude, GitHub Copilot, Cursor, and others — can discover and install Composio in a click.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / security
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
An autonomous agent that conducts deep research on any data using any LLM providers
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ComposioHQ/composio and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repository publishes Composio's MCP server to the official MCP Registry, which syndicates to the GitHub MCP Registry. Once listed, any MCP-compatible client — Claude, GitHub Copilot, Cursor, and others — can discover and install Composio in a click.
Composio connects AI agents to 1000+ apps (Gmail, Slack, GitHub, Linear, and more) with managed authentication and tool-calling.
Add the remote server to any MCP-compatible client:
https://connect.composio.dev/mcp
login.composio.dev) — no API keys or IDs to paste.server.json defines the listing:
{
"name": "io.github.ComposioHQ/composio",
"title": "Composio",
"remotes": [
{ "type": "streamable-http", "url": "https://connect.composio.dev/mcp" }
]
}
Publishing is automated with GitHub Actions. Creating a release (a v* tag) triggers .github/workflows/publish-mcp.yml, which:
mcp-publisher CLImcp-publisher publishBecause the repository lives under the ComposioHQ org, OIDC proves ownership of the io.github.ComposioHQ namespace automatically.
# publish a new version
git tag v1.0.4
git push origin v1.0.4
Verify the result:
➡️ https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.ComposioHQ/composio
This follows the same path other vendors use to self-publish their official servers. For example, MongoDB publishes io.github.mongodb-js/mongodb-mcp-server via GitHub OIDC under its own org — no partnership required.
| File | Purpose |
|---|---|
server.json | The registry listing (name, title, remote OAuth endpoint). |
.github/workflows/publish-mcp.yml | Auto-publishes to the MCP Registry on release. GitHub OIDC, no secrets. |