vscode-mcp-manager
MCP Suite Manager (Model Context Protocol) - SEOSiri
📖 공식 아키텍처 및 사용 가이드: SEOSiri 기술 가이드 | 개발자 포털 및 라이브 토폴로지 | 중앙 마스터 디렉터리 | 마켓플레이스 등록
SEOSiri MCP Suite Manager는 Visual Studio Code, Cursor IDE, Claude Desktop, Cline을 위한 엔터프라이즈 Model Context Protocol(MCP) 오케스트레이터입니다. 수동 JSON-RPC 구문 오류를 제거하고, 클라이언트 구성 파일을 자동 생성하며, 확장 프로그램 보안 매니페스트를 감사하고, 에디터에서 직접 실시간 Cloudflare Edge Gateways(*.seosiri.com)를 모니터링합니다.
🛠️ 에디터 내 사용성 및 운영 매뉴얼
1단계: 확장 프로그램 설치
VS Code / Cursor 마켓플레이스에서:
에디터를 열고
Ctrl + Shift + X(macOS에서는Cmd + Shift + X)를 누릅니다.SEOSiri MCP또는 **seosiri-vscode-mcp-manager**를 검색합니다.Install을 클릭합니다.
명령줄을 통한 방법(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 & Linters3단계: 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 토큰, 개인 키, 내부 네트워크 엔드포인트를 삭제(redact)합니다.
5단계: 라이브 Cloudflare 엣지 텔레메트리 검사
**SEOSiri: Inspect Live Gateways**를 실행하여 13개 Cloudflare 엣지 게이트웨이 전반의 실시간 sub-10ms 응답 지연 시간과 서버 상태를 조회하세요:
biopharma.seosiri.com(4PL Curves & FDA 21 CFR Part 11)iaig.seosiri.com(Industrial AI & ROS 2 Robotics)rovomcp.seosiri.com(Atlassian Rovo & PII Shield)aeo.seosiri.com(AEO/GEO Intelligence & /llm.txt)schema.seosiri.com(Schema.org JSON-LD & GA4)keywords.seosiri.com(384-D Vector RAG & Intent)vscode.seosiri.com(VS Code Suite Gateway)
Related MCP server: Code MCP Server
🚀 AI 에이전트에 노출되는 4가지 자율 MCP 도구
도구 식별자 | 기능 및 주요 역할 | 대상 프로토콜 |
| 검증된 JSON-RPC 클라이언트 구성을 컴파일하여 별도 설정 없이 즉시 실행할 수 있습니다. | Stdio / JSON-RPC 2.0 |
|
| Static AST Analysis |
| 팀 린터 규칙, TypeScript 설정, MCP 권한을 동기화합니다. | Workspace Sync |
| 13개 게이트웨이 전반의 실시간 HTTP 지연 시간과 활성 도구 용량을 조회합니다. | Edge Telemetry |
🔒 제로 트러스트 개인정보 보호 및 보안 보장
SEOSiri는 엄격한 로컬 우선(local-first), 제로 로그(zero-log) 실행 플레인에서 작동합니다. 모든 구성 생성, 매니페스트 감사, 워크스페이스 동기화는 타사 추적 없이 로컬 워크스테이션의 메모리 내에서 실행됩니다.
👨💻 리드 아키텍트 및 지원
Momenul Ahmad가 설계 및 엔지니어링했습니다. SEOSiri Enterprise Labs의 창립자입니다.
개발자 포털: developers.seosiri.com
기업 지원 데스크: info@seosiri.com
GitHub 리포지토리: SEOSiri-Official/vscode-mcp-manager
📄 라이선스
MIT License에 따라 배포됩니다.
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