Skip to main content
Glama
teknologika

Chisel Knowledge MCP

by teknologika

chisel-knowledge-mcp

ナレッジワークスペースを構築および管理するためのスタンドアロンMCPサーバーおよびライブラリ。

標準的な動作ドキュメントは docs/chisel-knowledge-mcp.md にあります。

要件

  • Node.js 22以降

  • npm

Related MCP server: MyContext MCP Server

インストール

npm install

ライブラリの使用方法

ワークスペースサービスおよび関連する型をパッケージルートから直接インポートします:

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

MCPサーバーは server サブパスおよび公開されたバイナリから引き続き利用可能です。

ビルド

npm run build

型チェック

npx tsc --noEmit

設定

サーバーは以下の場所からワークスペース設定を読み取ります:

~/.chisel/config.json

ファイルが存在しない場合、サーバーは設定されたワークスペースなしで起動し、stderrに警告をログ出力します。期待される形式については config.example.json を参照してください。

Claude Desktop

このMCPサーバーをClaude Desktopで使用するには、以下を追加します:

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

注意事項

  • トランスポートはstdioのみです。

  • ログはstderrに出力されるため、stdoutはMCPプロトコルメッセージ用に予約されます。

  • バイナリ名は chisel-knowledge-mcp です。

  • パッケージルートはライブラリインターフェースをエクスポートします。@teknologika/chisel-knowledge-mcp/server はMCPサーバーのエントリポイントに解決されます。

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables personal project documentation management through local markdown files stored in nested directories. Supports organizing context by project and layer (backend/frontend/fullstack) with search functionality across all documentation files.
    4
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to manage a personal markdown-based knowledge base with natural language interactions. Supports creating, searching, updating, and organizing notes across categories like people, recipes, meetings, and procedures.
    11
    1

View all related MCP servers

Related MCP Connectors

  • Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

  • Securely search and manage workspace context files for AI agents and teams.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

View all MCP Connectors

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