Chisel Knowledge MCP
chisel-knowledge-mcp
지식 워크스페이스를 구축하고 관리하기 위한 독립형 MCP 서버 및 라이브러리입니다.
표준 동작 문서는 docs/chisel-knowledge-mcp.md에 있습니다.
요구 사항
Node.js 22 이상
npm
설치
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 서버 진입점으로 확인됩니다.
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