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

다음 내용을 추가하여 Claude Desktop에서 이 MCP 서버를 사용하십시오:

{
  "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