AgentStack
MCP verified MIT Self-run

Konteks Cli

mcp-konteks-cli · by konteks

A local context graph for AI coding agents.

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add mcp-konteks-cli

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Konteks Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Konteks

Konteks is a memory engine for AI coding agents.

It builds a project-local context graph through autonomous knowledge curation, ensuring you never re-explain your project to an AI agent.

Memory artifacts are stored directly inside your repository, exposing compact, task-specific recall through an MCP server without cloud dependencies.

🚀 Key Features

  • Language-Aware: Understands code structure across [various file types](src/assets/grammar-registry.ts).
  • Local-First: Your project memory stays in your repo—no cloud, no accounts.
  • Token-Efficient: High-fidelity context synthesis designed for LLM economy.

🧠 How It Works

Konteks treats a repository as a local memory system for agent workflows. It builds searchable project artifacts from source files, retrieves task-relevant evidence, and expands related context through a lightweight graph of entities and relations when available.

For a deep dive into the philosophy, architecture, and usage, see the [Full Documentation](docs/README.md).

  • [Overview](docs/getting-started/overview.md): Vision, Philosophy, and the "Why."
  • [Session Lifecycle](docs/getting-started/lifecycle.md): How to work with Konteks (Warm Up -> Build -> Save).
  • [Architecture Overview](docs/core-concepts/overview.md): How the memory engine works under the hood.
  • [Glossary](docs/reference/glossary.md): Short definitions for Konteks terms.

⚡ Quickstart

Konteks runs on Node.js (>=22.13) or Bun. Start by initializing memory from your project root:

npx -y konteks-cli init

Continue with the [Quickstart](docs/getting-started/quickstart.md) for MCP setup and the Warm Up -> Build -> Save flow.

🤖 AI-Assisted Installation

If you are using an AI coding agent such as Claude Code, Codex, or OpenCode, let the agent handle the setup from your project root.

Paste this prompt into your agent. It points the agent to the Konteks installation playbook, asks it to follow project defaults, and keeps MCP setup, verification, and lifecycle guidance in one flow:

I want to add Konteks to this project.

Read and follow https://raw.githubusercontent.com/konteks/cli/refs/heads/main/docs/for-agents/installation.md. Treat that Markdown as the source of truth for installing Konteks, configuring MCP, verifying setup, and explaining the Warm Up -> Build -> Save workflow.

The agent should read the instructions, make safe defaults, ask only when a local-machine or agent-configuration decision is required, and leave you with a verified Konteks setup.

📂 Local Storage

Konteks writes local memory under .konteks/. It uses SQLite for extracted content, durable memories, diary entries, retrieval indexes, embeddings, and graph metadata; extraction manifests and project config live beside the database.

⚖️ License

MIT Licensed. See [LICENSE](LICENSE) for details.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: konteks
  • Source: konteks/cli
  • License: MIT
  • Homepage: https://npmjs.com/package/konteks-cli

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.