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
Используйте этот 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-сервера.
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