Back to Home
Muvon icon

octomind

by Muvon

Overview

Session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider LLM support for interactive coding, file management, and web research.

Installation

Run Command
octomind server --host 127.0.0.1 --port 8080 --role developer

Environment Variables

  • OPENROUTER_API_KEY
  • OPENAI_API_KEY
  • ANTHROPOPIC_API_KEY
  • GOOGLE_APPLICATION_CREDENTIALS
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • CLOUDFLARE_API_TOKEN
  • DEEPSEEK_API_KEY
  • BRAVE_API_KEY
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET

Security Notes

CRITICAL: The `shell()` tool, when invoked by the AI, executes arbitrary commands directly on the host system without human confirmation. While the CLI `octomind shell` command offers a `--yes` flag to skip a prompt, the AI-invoked tool does not expose such a safeguard. This allows an AI agent to execute potentially malicious or destructive commands without user intervention. File manipulation tools (`text_editor`, `batch_edit`, `extract_lines`) are designed with some safety (e.g., no overwrite by `create`, history for `undo_edit`), but direct file system access by an autonomous agent carries inherent risks. External command execution tools (`list_files` with `ripgrep`, `ast_grep` with `sg`) could also be misused. API keys are handled securely via environment variables or OAuth.

Similar Servers

Stats

Interest Score43
Security Score2
Cost ClassMedium
Avg Tokens1500
Stars34
Forks3
Last Update2026-01-17

Tags

AI AssistantDeveloper ToolsWebSocketSession-basedCode AnalysisFile ManagementWeb SearchMulti-provider LLMRustMCP ProtocolAgentic AI