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