add-mcp
Back to registry
C-com logo

C-com

v1.0.0

noodleseed.com/c-com-mcp-server

Noodle Seed exposes a developer CLI (`@noodleseed/one` / `noodle`, with hosted cloud actions using `noodle login`) and multiple public unauthenticated SSE MCP server endpoints under `*.mcp.noodleseed.com` and `mcp.noodleseed.com/.../mcp`.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (SSE)
SSEhttps://c-com.mcp.noodleseed.com/mcp
npx add-mcp@latest https://c-com.mcp.noodleseed.com/mcp --transport sse

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=com.noodleseed%2Fc-com-mcp-server"

More from noodleseed.com