MCP server for AI coding agents - gives Claude Code, OpenCode, Cursor, and Codex CLI structural understanding of your codebase: symbol graph, blast radius, semantic search, conventions.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sense": {
"command": "go",
"args": [
"run",
"github.com/luuuc/sense@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sense go run github.com/luuuc/sense@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sense": {
"command": "go",
"args": [
"run",
"github.com/luuuc/sense@latest"
]
}
}
}
📋 Copy
Topics
ai-tools claude-code code-analysis code-intelligence code-search codebase-understanding developer-tools mcp mcp-server semantic-search tree-sitter