Sethsuraj579/Code_Analyser
Semantic Skeleton MCP is a prototype MCP server that generates a semantic “skeleton” of a project (entities, relationships, key files/modules) to help LLM tools navigate and reason about a codebase faster.
Platform-specific configuration:
{
"mcpServers": {
"Code_Analyser": {
"command": "npx",
"args": [
"-y",
"Code_Analyser"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...