Skip to main content
Glama
Citrus086

mcporter-bridge

by Citrus086

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCORTER_BRIDGE_MCPORTER_BINNoOverride the mcporter binary path
MCORTER_BRIDGE_MAX_OUTPUT_CHARSNoCap captured stdout/stderr length

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mcporter_list_serversA

【MCP 全景】列出所有已加载和可激活的 MCP 服务器。

返回分区:

  • active: 当前已加载的 MCP(可直接调用)

  • available: 未加载但可激活的大型 MCP

工具分类概览:

  • 搜索类:智谱网页搜索、Exa AI 搜索

  • 社交类:小红书、抖音平台操作

  • 开发类:GitHub 仓库阅读(zread)、技术文档查询(context7)

  • 职场类:LinkedIn 招聘求职

  • 多模态:图像分析、视频分析、OCR

  • 协作类:Notion、Figma 读写

  • 网页阅读:解析网页内容

注:实际可用 MCP 以调用结果为准,本列表仅为示例

⚠️ 大型 MCP 占用大量上下文,请遵循:按需激活 → 用完即释放

使用流程:

  1. 调用本工具查看 active.servers 找需要的 MCP

  2. 大型 MCP 需先 mcporter_activate_mcp(name="xxx") 激活

  3. 用 mcporter_call_tool 调用具体工具

  4. 用完立即 mcporter_deactivate_mcp(name="xxx") 释放上下文

mcporter_helpA

探索 MCP 服务器的工具和参数。

渐进式查询(推荐):

  • 无参数:返回使用指南

  • server="xxx":返回该服务器的工具列表(名称+描述)

  • server="xxx", tool="yyy":返回参数格式(类型/必填/默认值)

完整技术定义(需要原始 JSON):

  • server="xxx", raw=true:返回完整工具定义和健康状态

示例: mcporter_help(server="xiaohongshu") # 看工具有哪些 mcporter_help(server="xiaohongshu", tool="search_feeds") # 看参数格式 mcporter_help(server="xiaohongshu", raw=true) # 看原始定义

mcporter_call_toolB

调用指定服务器的工具。

参数:

  • server_name: 服务器名(如 xiaohongshu、douyin)

  • tool_name: 工具名(如 search_feeds)

  • arguments: JSON 对象,不是字符串

示例:mcporter_call_tool(server_name="xiaohongshu", tool_name="search_feeds", arguments={"keyword": "GLM"})

⚠️ 先用 mcporter_help 查询参数格式

mcporter_statusA

检查 mcporter 状态和配置。

action 参数:

  • "doctor":验证配置文件(默认)

  • "version":显示 mcporter 版本

示例: mcporter_status() # 验证配置 mcporter_status(action="version") # 查看版本

mcporter_activate_mcpA

激活一个大型 MCP。激活后需重新调用 mcporter_list_servers 确认。

参数:name - 从 mcporter_list_servers().available 中获取的名称

示例:mcporter_activate_mcp(name="playwright")

mcporter_deactivate_mcpC

停用大型 MCP 释放上下文。

参数:name - 要停用的 MCP 名称

示例:mcporter_deactivate_mcp(name="playwright")

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Citrus086/mcporter-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server