vscode-mcp-manager
MCP Suite Manager (Model Context Protocol) - SEOSiri
📖 官方架构与可用性指南: SEOSiri 技术指南 | 开发者门户与实时拓扑 | 中央主目录 | 市场列表
SEOSiri MCP Suite Manager 是一款面向 Visual Studio Code、Cursor IDE、Claude Desktop 和 Cline 的企业级模型上下文协议(MCP)编排器。它能够消除手动 JSON-RPC 语法错误、自动生成客户端配置文件、审计扩展安全清单,并直接在编辑器中监控实时 Cloudflare 边缘网关(*.seosiri.com)。
🛠️ 编辑器内可用性与操作手册
步骤 1:安装扩展
从 VS Code / Cursor 市场安装:
打开编辑器,按
Ctrl + Shift + X(macOS 上为Cmd + Shift + X)。搜索
SEOSiri MCP或seosiri-vscode-mcp-manager。单击 安装。
通过命令行(VSIX 安装):
code --install-extension seosiri-vscode-mcp-manager-1.0.1.vsix
步骤 2:打开命令面板
按 Ctrl + Shift + P(macOS 上为 Cmd + Shift + P)以访问所有 SEOSiri MCP 操作:
> SEOSiri: Generate MCP Client Configuration (Cursor / Claude / VS Code)
> SEOSiri: Audit Extension Manifest (Security & Permissions Scan)
> SEOSiri: Inspect Live Gateways (Telemetry & Latency Traces)
> SEOSiri: Sync Workspace Settings & Linters步骤 3:自动生成 MCP 客户端配置
选择 SEOSiri: Generate MCP Client Configuration,然后选择您的目标 AI 环境:
1. 适用于 Cursor IDE(.cursor/mcp.json):
该扩展会自动将经过验证的 JSON-RPC 工具配置写入您的项目:
{
"mcpServers": {
"seosiri-biopharma": {
"command": "npx",
"args": ["-y", "@seosiri/biopharma-mcp"]
},
"seosiri-aeo-geo": {
"command": "uvx",
"args": ["seosiri-aeo-geo-mcp"]
},
"seosiri-industrial-ai": {
"command": "npx",
"args": ["-y", "@seosiri/industrial-ai-gateway"]
}
}
}2. 适用于 Claude Desktop(claude_desktop_config.json):
{
"mcpServers": {
"vscode-mcp-manager": {
"command": "node",
"args": ["D:/seosiri-vscode-mcp-manager/dist/index.js"]
}
}
}步骤 4:审计扩展清单安全性(package.json)
对工作区中的任意扩展运行 SEOSiri: Audit Extension Manifest:
验证
activationEvents和engines.vscode的兼容性。扫描未沙箱化的命令执行风险。
对硬编码的 API 令牌、私钥和内部网络端点进行脱敏处理。
步骤 5:实时 Cloudflare 边缘遥测检查
运行 SEOSiri: Inspect Live Gateways,以查询全部 13 个 Cloudflare 边缘网关的实时亚 10 毫秒响应延迟和服务器健康状况:
biopharma.seosiri.com(4PL 曲线与 FDA 21 CFR Part 11)iaig.seosiri.com(工业 AI 与 ROS 2 机器人技术)rovomcp.seosiri.com(Atlassian Rovo 与 PII 防护盾)aeo.seosiri.com(AEO/GEO 智能与 /llm.txt)schema.seosiri.com(Schema.org JSON-LD 与 GA4)keywords.seosiri.com(384 维向量 RAG 与意图)vscode.seosiri.com(VS Code 套件网关)
Related MCP server: Code MCP Server
🚀 向 AI 代理开放的 4 个自主 MCP 工具
工具标识符 | 能力与主要功能 | 目标协议 |
| 编译经过验证的 JSON-RPC 客户端配置,实现零设置执行。 | Stdio / JSON-RPC 2.0 |
| 扫描 | 静态 AST 分析 |
| 同步团队 linter 规则、TypeScript 设置和 MCP 权限。 | 工作区同步 |
| 查询全部 13 个网关的实时 HTTP 延迟和活动工具容量。 | 边缘遥测 |
🔒 零信任隐私与安全保障
SEOSiri 在严格的本地优先、零日志执行平面上运行。所有配置生成、清单审计和工作区同步均在本地工作站的内存中运行,不涉及任何第三方跟踪。
👨💻 首席架构师与支持
由 Momenul Ahmad 设计并开发,他是 SEOSiri Enterprise Labs 的创始人。
开发者门户: developers.seosiri.com
企业支持台: info@seosiri.com
GitHub 仓库: SEOSiri-Official/vscode-mcp-manager
📄 许可证
基于 MIT 许可证 分发。
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA lightweight bridge extension that enables Claude Desktop to connect to VSCode workspaces via Model Context Protocol, allowing Claude to read and write files, create directories, and list contents in your workspace.9MIT
- AlicenseCqualityFmaintenanceEnables AI agents and assistants like Goose or Claude to interact with VS Code through the Model Context Protocol.763275Apache 2.0
- AlicenseNot gradedqualityNot gradedmaintenanceEnables collaboration with multiple AI providers (Claude, GPT-4, Gemini, Ollama) directly from VS Code with automatic project context injection and persistent conversation history. Provides streamlined tools for getting AI advice, multi-provider research, and enhanced context sharing across sessions.8
- AlicenseNot gradedqualityCmaintenanceA VSCode and Cursor extension that captures real-time terminal output and exposes it to AI assistants via the Model Context Protocol. It enables agents to proactively monitor logs, command execution, and errors without requiring manual copy-pasting from the user.3MIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SEOSiri-Official/vscode-mcp-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server