Loki Mode
Rank #215io.github.asklokesh/loki-mode
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
Loki Mode is a Model Context Protocol (MCP) server published by asklokesh. It ranks #215 of 103,283 servers tracked on MCP Toplist, and its repository has 1,029 GitHub stars. Loki Mode is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 103,068 of 103,283 servers on MCP Toplist.
Use Loki Mode
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add loki-mode -- npx -y loki-mode mcp[mcp_servers.loki-mode]
command = "npx"
args = ["-y", "loki-mode", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"loki-mode": {
"command": "npx",
"args": [
"-y",
"loki-mode",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"loki-mode": {
"command": "npx",
"args": [
"-y",
"loki-mode",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"loki-mode": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"loki-mode",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"loki-mode": {
"command": "npx",
"args": [
"-y",
"loki-mode",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"loki-mode": {
"command": "npx",
"args": [
"-y",
"loki-mode",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.asklokesh%2Floki-mode)<a href="https://mcptoplist.com/server/io.github.asklokesh%2Floki-mode"><img src="https://mcptoplist.com/badge/io.github.asklokesh%2Floki-mode.svg" alt="MCP Toplist: Top 1% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
asklokesh
Other servers by asklokesh
- Servicenow MCP Server#3,840 · 2 vers
- Argocd MCP Server#43,839 · 1 ver
- Chanty MCP Server#43,840 · 1 ver
- Freshbooks MCP Server#43,841 · 1 ver
- Hootsuite MCP Server#43,842 · 1 ver
- Powerbi MCP Server#43,843 · 1 ver
- Quickbooks MCP Server#43,844 · 1 ver
- Rundeck MCP Server#43,845 · 1 ver
- Tableau MCP Server#43,846 · 1 ver
- Uipath MCP Server#43,847 · 1 ver
- Zoho Crm MCP Server#43,848 · 1 ver
- Azure MCP Server#45,853 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 7.34.1 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Loki Mode?
- Loki Mode is maintained by asklokesh, which publishes 17 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Loki Mode listed on the Official MCP Registry?
- Yes — Loki Mode is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Loki Mode have?
- MCP Toplist tracks 1 version of Loki Mode, most recently published on Jun 12, 2026.
- Where can I find the source code for Loki Mode?
- The source code for Loki Mode is hosted at github.com/asklokesh/loki-mode.