What is the Sense MCP server?
Codebase understanding for AI coding agents — symbol graph, blast radius, semantic search.
How to install Sense
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sense": {
"command": "https://github.com/luuuc/sense/releases/download/v0.84.3/sense_0.84.3_darwin_arm64.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sense": {
"command": "https://github.com/luuuc/sense/releases/download/v0.84.3/sense_0.84.3_darwin_arm64.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sense": {
"command": "https://github.com/luuuc/sense/releases/download/v0.84.3/sense_0.84.3_darwin_arm64.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sense": {
"type": "stdio",
"command": "https://github.com/luuuc/sense/releases/download/v0.84.3/sense_0.84.3_darwin_arm64.mcpb",
"args": []
}
}
}Claude Code
claude mcp add sense -- https://github.com/luuuc/sense/releases/download/v0.84.3/sense_0.84.3_darwin_arm64.mcpbRelated MCP servers
Trending hip-hop artist momentum scores across four cultural dimensions.
79k
View repository →TypeScript
MIT
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
68k
View repository →TypeScript
MIT
Scrapling MCP Server
Active
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
67k
View repository →Python
BSD-3-Clause
io.github.tldraw/tldraw
Active
Draw and visually collaborate with your agents on tldraw's canvas.
50k
View repository →TypeScript
Metabase
Active
Lets AI clients search, explore, query, and visualize data in a Metabase instance.
49k
View repository →Clojure
Chrome DevTools MCP
Active
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
45k
View repository →TypeScript
Apache-2.0