VC_replan-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KB_CLI | No | KB 检索使用的 CLI(claude/gemini/codex,默认 claude) | claude |
| KB_PATH | No | 知识库根目录(默认 ~/.claude/VC_planning_mcp_kb) | ~/.claude/VC_planning_mcp_kb |
| KB_WRITE_S2 | No | S2 级别是否写入 KB(默认 true) | true |
| KB_AUTO_WRITE | No | 审查后自动写入 KB(true/false,默认 true) | true |
| REVIEWER_MODEL | Yes | 模型名称(如 deepseek-chat) | |
| REVIEWER_API_KEY | Yes | 审查模型 API Key | |
| UNIFUNCS_API_KEY | Yes | UniFuncs Web 搜索 API Key | |
| REVIEWER_API_BASE | Yes | 审查模型 API 地址(OpenAI 兼容) |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mcp_audit_architectureA | Architecture review — 7-dimension matrix scan with web intelligence and KB history. Args: proposed_solution: The technical solution text to review. tech_stack_keywords: Core tech/framework keywords for intelligence retrieval. relevant_local_context: Relevant local code snippets (caller must supply). project_id: Optional project identifier for project-level KB. Returns: Structured vulnerability list with severity, matrix coverage, and audit metadata. |
| mcp_kb_updateA | Knowledge base maintenance — manage global ↔ project links and content. Args: action: One of: link, unlink, refresh_links, update_content, cleanup_stale. global_vuln_id: Target vulnerability ID (for link/unlink/update_content). global_category: Category directory (e.g. Security). project_id: Target project ID (for link/unlink). project_kb_file: Project KB file relative path (for link). content_patch: Content update patch (for update_content). Returns: Operation result with affected entries and summary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have entirely distinct purposes: one audits architecture for vulnerabilities, the other manages knowledge base links and content. There is no overlap in functionality.
Both tool names follow the consistent pattern 'mcp_verb_noun' (audit_architecture, kb_update), with consistent use of underscores and clear verb-noun structure.
With only 2 tools, the server feels under-scoped for a tool named 'VC_replan-mcp' which suggests a replanning capability. The tools cover only auditing and KB maintenance, lacking core replanning operations.
The tool surface is severely incomplete for the implied domain of VC replanning. There are no tools to create, modify, or execute plans; only an audit tool and a KB management tool exist.