★ 135 stars
Rust
🔒 Security
Updated 18d ago
Rust MCP server for comprehensive code intelligence - 90 tools, 32 languages, security scanning, call graphs, and more
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"narsil-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"narsil-mcp"
]
}
}
}
Run in terminal:
claude mcp add narsil-mcp cargo run -- narsil-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"narsil-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"narsil-mcp"
]
}
}
}
Topics
code-intelligencemcpmcp-servermcp-serversprivacysecurity-tools