MCP Server connects with claude code local command.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 7 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
edit_code
Edits the given code based on instructions.
-
explain_code
Provides a detailed explanation of the given code.
-
fix_code
Fixes bugs or issues in the given code.
-
review_code
Reviews the given code.
-
simulate_command
Simulates the execution of a given command.
-
test_code
Generates tests for the given code.
-
your_own_query
Sends a custom query with context.
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 2
- fs KunihiroS-claude-code-mcp-ddc5ed3/claude-code-server/build/index.js :11
import * as fs from 'fs'; - fs KunihiroS-claude-code-mcp-ddc5ed3/claude-code-server/src/index.ts :11
import * as fs from 'fs';
shell / exec 2
- shell KunihiroS-claude-code-mcp-ddc5ed3/claude-code-server/build/index.js :5
import child_process from 'child_process'; - shell KunihiroS-claude-code-mcp-ddc5ed3/claude-code-server/src/index.ts :5
import child_process from 'child_process';
declared dependencies 7
- @modelcontextprotocol/sdk@^1.26.0
- dotenv@^16.4.5
- winston@^3.13.0
- zod@^3.25.76
- @types/dotenv@^8.2.0
- @types/node@^20.17.43
- typescript@^5.7.3