★ 89 stars
Kotlin
🤖 AI/LLM
Updated 23d ago
Local-first AI agent platform for desktop and CLI. Chat, RAG search, multi-step Plans workflows, MCP tools, and script runner. Supports OpenAI, Claude, Gemini, Grok, Ollama, LM Studio and more
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"askimo": {
"command": "npx",
"args": [
"-y",
"haiphucnguyen/askimo"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add askimo npx -y haiphucnguyen/askimo
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"askimo": {
"command": "npx",
"args": [
"-y",
"haiphucnguyen/askimo"
]
}
}
}
📋 Copy
Topics
agentic-workflow ai-assistant artificial-intelligence chatgpt desktop-app gemini gemini-client grok langchain4j llm model-context-protocol ollama-client ollama-gui openai-client openai-gui