vaur94/mcp-code
Production-grade MCP server for semantic coding workflows and AI coding-agent acceleration.
π¬π§ English | πΉπ· TΓΌrkΓ§e
[](https://github.com/vaur94/mcp-code/actions/workflows/ci.yml) [](https://github.com/vaur94/mcp-code/actions/workflows/release.yml) [](https://github.com/vaur94/mcp-code/actions/workflows/codeql.yml) [](./LICENSE) [](./package.json)
> Semantic MCP server for AI coding agents that resolves the right code slice, plans bounded edits, predicts impact, and routes scoped verification.
@vaur94/mcpbase as an installed package, not a fork.git clone https://github.com/vaur94/mcp-code.git
cd mcp-code
npm ci
npm run buildUse examples/mcp-code.config.json as the starting point.
{
"server": {
"name": "mcp-code",
"version": "0.2.0"
},
"logging": {
"level": "info",
"includeTimestamp": false
},
"workspace": {
"rootPath": "/absolute/path/to/repository",
"include": [
"src/**/*.{ts,tsx,js,jsx,mts,cts,mjs,cjs}",
"tests/**/*.{ts,tsx,js,jsx,mts,cts,mjs,cjs}"
],
"exclude": [
"**/node_modules/**",
"**/dist/**",
"**/build/**",
"**/coverage/**",
"**/.git/**"
]
},
"memory": {
"maxSlices": 100,
"maxPlans": 10Loading reviews...