streamable-httpupdated 7mo ago
Remote MCP Server that securely connects Port.io with your IDE, LLM, or agent platform of choice.
What can you do with Port?
Port Remote MCP Server
Remote MCP Server that securely connects Port.io with your IDE, LLM, or agent platform of choice.
Documentation
For full documentation, setup guides, and usage instructions, visit:
Support
- Documentation: docs.port.io
- Issues: For bugs or feature requests, please contact Port support or open an issue in this repository
Install
Add Port to your client. Pick the one you use.
claude mcp add --transport http port https://mcp.port.io/v1codex mcp add port --url https://mcp.port.io/v1{
"mcpServers": {
"port": {
"url": "https://mcp.port.io/v1"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"port": {
"type": "http",
"url": "https://mcp.port.io/v1"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"port": {
"url": "https://mcp.port.io/v1"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"port": {
"serverUrl": "https://mcp.port.io/v1"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
38 / 100
Incomplete
- Documentation2/25
- Maintenance15/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 232 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.2Latest | Jan 12, 2026 |
| 1.0.1 | Dec 24, 2025 |
| 1.0.0 | Dec 24, 2025 |