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 兼容) |
Capabilities
Features and capabilities supported by this server
| 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 | |
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/VCnoC/VC_replan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server