jahala

MCP Base — Development skill for Claude Code

Development community

tilth — code intelligence MCP server.

How to install MCP Base

Installs to ~/.claude/skills/jahala-tilth-mcp-base/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jahala-tilth-mcp-base && curl -fsSL https://raw.githubusercontent.com/jahala/tilth/HEAD/prompts/mcp-base.md -o ~/.claude/skills/jahala-tilth-mcp-base/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What MCP Base does

tilth — code intelligence MCP server. Replaces grep, cat, find, ls with AST-aware equivalents.

PATHS: DO NOT pass a relative path or scope without also setting root (absolute) — the server cannot see your shell cwd, so bare relative paths are refused. Absolute paths always work; omitting path/scope searches the project the server was launched in. DO NOT pass a file as scope — scope is a directory; to search one file, set glob to that file's path.

To explore code, always search first. tilth_sea

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
  • 04 Fix MCP Server — Prompt 04: Fix MCP Server Build 2.2k ★

Full documentation available on GitHub

View Source Repository