Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KB_CLINoKB 检索使用的 CLI(claude/gemini/codex,默认 claude)claude
KB_PATHNo知识库根目录(默认 ~/.claude/VC_planning_mcp_kb)~/.claude/VC_planning_mcp_kb
KB_WRITE_S2NoS2 级别是否写入 KB(默认 true)true
KB_AUTO_WRITENo审查后自动写入 KB(true/false,默认 true)true
REVIEWER_MODELYes模型名称(如 deepseek-chat)
REVIEWER_API_KEYYes审查模型 API Key
UNIFUNCS_API_KEYYesUniFuncs Web 搜索 API Key
REVIEWER_API_BASEYes审查模型 API 地址(OpenAI 兼容)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/VCnoC/VC_replan-mcp'

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