Skip to main content
Glama
clawket
by clawket

@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

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

clawket_search_artifacts

Semantic search for design documents and decisions

clawket_search_tasks

Task search

clawket_find_similar_tasks

Extract similar past tasks + decisions/issues

clawket_get_task_context

Aggregate artifacts, relationships, and comments around a specific task

clawket_get_recent_decisions

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.port

  • Override: CLAWKET_DAEMON_URL=http://localhost:PORT environment variable

Architectural Principles

  • Read-only — State changes are the responsibility of the clawket CLI

  • Independent Package — Importing lattice-codex/ code is prohibited; rely only on HTTP API

  • Pull-only — Complements SessionStart injection (Push); duplicate results are marked as _already_injected

License

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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.

View all MCP Connectors

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/clawket/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server