1. Conduid
  2. Search
  3. Chisel Knowledge MCP
MCP server · Search

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.

Unclaimed search
34Low

Scored 5 months ago · breakdown

About Chisel Knowledge MCP

Chisel Knowledge MCP is an MCP server in the Search category: 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. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/teknologika/chisel-knowledge-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Chisel Knowledge MCP

Powered by Claude · Grounded in docs

I know everything about Chisel Knowledge MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

chisel-knowledge-mcp

Standalone MCP server and library 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

Library usage

Import the workspace service and related types directly from the package root:

import { WorkspaceService, KnowledgeIndex } from '@teknologika/chisel-knowledge-mcp';

The MCP server remains available from the server subpath and through the published binary.

Build

npm run build

Type check

npx tsc --noEmit

Config

The server reads workspace configuration from:

~/.chisel/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.
  • The package root exports the library surface; @teknologika/chisel-knowledge-mcp/server resolves to the MCP server entry point.

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Chisel Knowledge MCP

How do I install Chisel Knowledge MCP?

Run git clone https://github.com/teknologika/chisel-knowledge-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Chisel Knowledge MCP safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Chisel Knowledge MCP still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.