Back to Home
ghatdev icon

agentide

Verified Safe

by ghatdev

Overview

Provides deep workspace intelligence, RAG, indexing, and workflow management to AI coding agents, enhancing AI-assisted development.

Installation

Run Command
target/release/agentide server start --daemon --workspace /path/to/your/project

Environment Variables

  • HOME
  • USERPROFILE
  • GITHUB_TOKEN
  • HF_TOKEN

Security Notes

The project is written in Rust, which offers strong memory safety guarantees. It follows a local-first design, with the server binding to `127.0.0.1` by default, minimizing external network exposure. It uses local databases (`SQLite`, `LanceDB`) and a local embedding model (`FastEmbed`). Extensive file system interaction is inherent to its IDE nature, and an AI agent's actions are governed by the permissions granted to the AgentIDE process. There are no obvious hardcoded critical secrets or malicious patterns in the provided source code. `GITHUB_TOKEN` and `HF_TOKEN` can be configured for external services like grammar downloads or HuggingFace models, as is standard practice for secure configuration. The proposed architectural shift to a global single server in the `RECONCILIATION_PLAN.md` could further centralize management and potentially simplify security for multi-repository setups.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-05

Tags

AICoding AgentIDERAGLSPSemantic SearchCode IndexingKnowledge ManagementWorkflow ManagementDeveloper Tools