streamable-httpupdated 7mo ago
Remote MCP Server that securely connects Port.io with your IDE, LLM, or agent platform of choice.
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
安装
把 Port 添加到你的客户端。选择你正在使用的那个。
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`.
评分
38 / 100
不完整
- 文档2/25
- 维护15/25
- 可信度9/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.2最新 | 2026年1月12日 |
| 1.0.1 | 2025年12月24日 |
| 1.0.0 | 2025年12月24日 |