parecode
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ParecodeSearchA | Search the codebase with ripgrep and get matches plus surrounding context in ONE call — use instead of Grep/Glob-then-Read, a raw |
| ParecodeEditA | Apply many edits across many files in one call — the edit counterpart to ParecodeSearch/ParecodeExpand. Prefer over native Edit/MultiEdit when: (a) making 2+ edits to one file, or edits across files (files apply in parallel); (b) an oldString from an earlier read may have drifted — set fuzzy:true (whitespace-tolerant) or fuzzy:'aggressive' (also normalizes Unicode look-alikes); (c) the changes are one logical revision that should land together. Each item is either a line-range op (replaceLines or insertAfter, each guarded by an |
| ParecodeExpandA | Read a specific line range of a file — the natural follow-up to a ParecodeSearch match or an |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/BasilSkyWalk/parecode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server