MCP Hub
Back to servers

Chisel Knowledge MCP

Enables building and managing knowledge workspaces with tools for ingesting content from text, clipboard, or URLs and searching organized knowledge bases. Supports multiple configurable workspaces with separate inbox and knowledge directories for structured information management.

glama
Updated
Apr 5, 2026

chisel-knowledge-mcp

Standalone MCP server for building and managing knowledge workspaces.

Canonical behavior documentation lives in docs/chisel-knowledge-mcp.md.

Requirements

  • Node.js 22 or newer
  • npm

Install

npm install

Build

npm run build

Type check

npx tsc --noEmit

Config

The server reads workspace configuration from:

~/.chisel-knowledge/config.json

If the file does not exist, the server starts with zero configured workspaces and logs a warning to stderr. See config.example.json for the expected shape.

Claude Desktop

Use this MCP server with Claude Desktop by adding:

{
  "mcpServers": {
    "chisel-knowledge": {
      "command": "npx",
      "args": ["-y", "@teknologika/chisel-knowledge-mcp"]
    }
  }
}

Notes

  • Transport is stdio only.
  • Logging goes to stderr so stdout stays reserved for MCP protocol messages.
  • The binary is chisel-knowledge-mcp.

Reviews

No reviews yet

Sign in to write a review