furnace-mcp
v0.8.0
Published
FURNACE - AI-powered code generation and analysis MCP server with knowledge graph and tiered search
Maintainers
Readme
furnace-mcp
npm wrapper for FURNACE — an AI-powered code generation and analysis MCP server.
Quick Start
npx furnace-mcpOr install globally:
npm install -g furnace-mcp
furnace --helpWhat is FURNACE?
FURNACE is a Rust MCP server that exposes 22 tools for code search, generation, validation, and automated workflows. It embeds SQLite, KuzuDB (graph), and LanceDB (vector) databases — zero external services required.
Connect it to any MCP-compatible client (Claude Desktop, Cursor, VS Code Copilot, Claude Code) for AI-powered code engineering.
How it works
This package downloads the pre-built FURNACE binary for your platform from GitHub Releases during npm install.
Supported platforms:
- macOS (Apple Silicon and Intel via Rosetta 2)
- Linux (x64)
- Windows (x64)
MCP Client Configuration
Claude Desktop
{
"mcpServers": {
"furnace": {
"command": "npx",
"args": ["furnace-mcp"]
}
}
}Cursor
{
"mcpServers": {
"furnace": {
"command": "npx",
"args": ["furnace-mcp"]
}
}
}License
MIT
