Port MCP Server

Remote MCP Server that securely connects Port.io with your IDE, LLM, or agent platform of choice.

Teams that want a hosted endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-01-12 · ★ 15 · #777 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

how we verify → /methodology

01 · Install Port

Claude Code

claude mcp add port-labs-remote-mcp-server --transport http https://mcp.port.io/v1

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "port-labs-remote-mcp-server": {
      "url": "https://mcp.port.io/v1"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.port.io/v1

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.port.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace io.port - domain-verified with the official MCP registry

03 · Who maintains Port

Port is maintained by port-labs. It's the only MCP server we track from this author; the repo dates to Jan 2026.

04 · Facts

category
other - ranked #777 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.port/Port (active, first published 2025-12-24 · 3 versions)

05 · Port FAQ

What is Port?

Remote MCP Server that securely connects Port.io with your IDE, LLM, or agent platform of choice.

Is Port still maintained?

Yes - as of 2026-08-25, its last commit was 2026-01-12. We re-verify nightly.

How do I install Port?

Run `claude mcp add port-labs-remote-mcp-server --transport http https://mcp.port.io/v1`. You can also paste the ready-made client config above.

Does Port require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Port