@clawket/mcp
Integrates with GitHub repositories, specifically the Clawket project repository, for accessing and managing project artifacts, tasks, and documentation through semantic search capabilities.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@clawket/mcpsearch for recent decisions about authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@clawket/mcp
MCP (Model Context Protocol) server for Clawket.
A stdio server that allows LLMs to explore Clawket's RAG repository via pull-based tool_use. It handles exploratory and conditional queries that fixed injection (Push) in the SessionStart hook cannot cover.
Status
Status: Pre-alpha / Scaffolding (CK-299)
Spec: Clawket artifact ART-01KPCQ4ZPF0HHJ029WERJAHWD3
Unit: P7 (UNIT-01KPCPQKDW2NQ91BJC6HFN8XQB)
Tools have not been implemented yet. It only responds to stdio handshakes after build.
Installation
It is automatically installed alongside the Clawket CLI (since CK-302).
pnpm install @clawket/mcp # 단독 사용 시Execution
Automatic startup as a Claude Code plugin (Recommended, since CK-303)
Installing the Seungwoo321-clawket plugin will automatically register .mcp.json.
Manual execution
clawket mcp # CK-302 이후: CLI 서브커맨드
node dist/index.js # 빌드 후 직접 실행Exposed Tools (Planned)
Tool | Purpose |
| Semantic search for design documents and decisions |
| Task search |
| Extract similar past tasks + decisions/issues |
| Aggregate artifacts, relationships, and comments around a specific task |
| Recent decisions (artifact type=decision) |
For detailed specifications, refer to artifact ART-01KPCQ4ZPF0HHJ029WERJAHWD3 in the Clawket DB.
Development
pnpm install
pnpm build # TypeScript → dist/
pnpm dev # watch 모드Daemon Connection
Default: Read port from
~/.cache/clawket/clawketd.portOverride:
CLAWKET_DAEMON_URL=http://localhost:PORTenvironment variable
Architectural Principles
Read-only — State changes are the responsibility of the
clawketCLIIndependent Package — Importing
lattice-codex/code is prohibited; rely only on HTTP APIPull-only — Complements SessionStart injection (Push); duplicate results are marked as
_already_injected
License
MIT
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 Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/clawket/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server