Skip to main content
Glama
teknologika

Chisel Knowledge MCP

by teknologika

chisel-knowledge-mcp

Standalone MCP server for building and managing knowledge workspaces.

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.

Example configuration:

{
  "workspaces": [
    {
      "name": "second-brain",
      "path": "/Users/bruce/Vaults/SecondBrain"
    },
    {
      "name": "chisel-dev",
      "path": "/Users/bruce/GitHub/chisel"
    }
  ]
}

Workspace names must be unique and kebab-case. Workspace paths must be absolute.

Claude Desktop

Use this MCP server with Claude Desktop by adding:

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

Tools

  • knowledge_list_workspaces

  • knowledge_workspace_status

  • knowledge_ingest_text

  • knowledge_ingest_clipboard

  • knowledge_ingest_url

  • knowledge_search

  • knowledge_read

  • knowledge_list

Notes

  • Transport is stdio only.

  • Logging goes to stderr so stdout stays reserved for MCP protocol messages.

  • knowledge_ingest_* writes to inbox/.

  • knowledge_read and knowledge_list read from knowledge/.

  • knowledge_ingest_url is a stub and returns an internal error for now.

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/teknologika/chisel-knowledge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server