MCP Directory
Back

alfred

by JEleniel · Rust · ★ 0

lfred is a local-only [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) stdio server that provides deterministic, workspace-scoped tools for common “agent in a repo” workflows.

Install

cargo install --git https://github.com/JEleniel/alfred.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "alfred": {
      "command": "npx",
      "args": [
        "-y",
        "github:JEleniel/alfred"
      ]
    }
  }
}

From the README

Alfred is a local-only [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) stdio server that provides deterministic, workspace-scoped tools for common “agent in a repo” workflows. Alfred is designed to be launched by an MCP host (for example an IDE extension) as a subprocess and to communicate exclusively over stdin/stdout using newline-delimited UTF-8 JSON frames. - Workspace boundary enforcement (tools operate within the current workspace). - Deterministic outputs (stable ordering and conservative, testable result shapes). - Safe-by-default posture (mutating capabilities are d…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers