Chisel Knowledge MCP
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 서버 진입점으로 확인됩니다.
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceProvides access to personal/team knowledge repositories with tools to search, retrieve, and save information from various sources including Slack, Gmail, and document storage platforms.Apache 2.0
- FlicenseAqualityDmaintenanceEnables 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
- FlicenseAqualityDmaintenanceEnables 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.111
- AlicenseNot gradedqualityFmaintenanceEnables AI-powered knowledge base management with automated wiki-linking, content generation from titles, web research summarization, and knowledge graph integrity maintenance for Markdown files.133MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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