Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
MCPpedia last refreshed this data
io.github.asklokesh/loki-mode is an MCP server that autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 83/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-asklokesh-loki-mode": {
"args": [
"-y",
"loki-mode"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The free, source-available autonomous coding agent by Autonomi. Same Loki CLI, SDK, and MCP for everyone; the commercial editions for teams and enterprises are sold under the Autonomi brand (Autonomi Cloud, Autonomi Enterprise).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'loki-mode' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
Aider has an SSRF vulnerability through its AWS EC2 Metadata Endpoint
A security vulnerability has been detected in Aider-AI Aider 0.86.3.dev. This affects the function requests.get of the file api_docs.py of the component AWS EC2 Metadata Endpoint. The manipulation leads to server-side request forgery. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used. It is suggested to install a patch to address this issue. The pull request to fix this issue awaits acceptance.
>= 0source →Aider is vulnerable to Code Injection via editor_coder.run function
A security flaw has been discovered in Aider-AI Aider 0.86.3.dev. Affected by this vulnerability is the function editor_coder.run of the file auth.py of the component Architect Mode. Performing a manipulation results in code injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
>= 0source →Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Transport for TMCP using STDIO
The graph based agentic IDE
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.
MCP Security Weekly
Get CVE alerts and security updates for io.github.asklokesh/loki-mode and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The free, source-available autonomous coding agent by Autonomi. Same Loki CLI, SDK, and MCP for everyone; the commercial editions for teams and enterprises are sold under the Autonomi brand (Autonomi Cloud, Autonomi Enterprise).
Hand it a spec. It does not accept "done" on an empty diff or failing tests.
Website | Documentation | Installation | Changelog
Current release: v9.16.0
bun install -g loki-mode # recommended (npm, Homebrew, Docker below)
| Method | Command | Notes |
|---|---|---|
| Bun (recommended) | bun install -g loki-mode | Fastest startup for CLI commands. |
| npm | npm install -g loki-mode | Works without Bun (bash fallback). Migrate any time with loki self-update --to bun. |
| Homebrew | brew tap asklokesh/tap && brew install loki-mode | Auto-installs Bun as a dep. |
| Docker | docker pull asklokesh/loki-mode:latest | Bun + Claude CLI pre-installed. See DOCKER_README.md. |
Upgrade with loki self-update. Long form: Installation Guide.
loki quickstart # guided first build: asks a few questions, quotes cost, builds
That is the whole happy path. It asks for a one-line idea, picks a template, shows the real cost and time estimate before spending anything, then builds. Press Enter through every step and you get a sample Todo app.
One command, no prompts (CI, scripts, containers, any shell without a terminal):
loki quickstart "a todo app with user accounts" --yes
Both halves are required with no terminal: an idea (or a path to a PRD file)
and an explicit --yes. Given both, Loki picks the top-ranked template
automatically, prints the same honest cost and time estimate, and starts the
build without asking anything. Missing either half exits 2 with the
needs-a-terminal message and writes nothing, so an ambient LOKI_AUTO_CONFIRM
or a stray argument in CI can never start a paid build on its own. Existing
files are never overwritten: if prd.md is present the PRD lands at
prd-quickstart.md, then numbered suffixes as needed.
Choose an exact shipped starter when the top-ranked match is not the one you want:
loki quickstart --list-templates
loki quickstart --list-templates --json # schema-v1 automation output
loki quickstart "an internal reporting workspace" --template dashboard --yes
Template discovery works without a terminal or provider and lists every shipped
starter's stable name and purpose in catalog order. It returns before estimation,
consent, PRD writes, or build execution. Positional input and execution/preview
flags are intentionally incompatible; --json is the only optional modifier.
--template accepts an exact template name for idea inputs and works the same
way with interactive use or --dry-run (including JSON preview). Unknown
templates, duplicate flags, and combinations with a PRD path refuse before
provider discovery, estimation, writes, or build execution.
Preview the same deterministic templa