> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# स्वचालित MCP कॉन्फ़िगरेशन

> लोकप्रिय MCP सर्वरों को खोजें और सुरक्षित रूप से कॉन्फ़िगर करें।

```bash theme={null}
arka mcp-auto list
arka mcp-auto configure
arka mcp-auto configure github context7 --apply
```

Arka एक curated catalog का उपयोग करता है, आवश्यक credentials जाँचता है, मौजूदा entries को स्किप करता है, और सभी बदलावों का preview दिखाता है। Configuration मौजूदा Agent Hub MCP फ़ाइल में लिखा जाता है ताकि Cursor, Codex, Claude, और अन्य adapters इसे reuse कर सकें।

Catalog में SQLite, time, Puppeteer, Docker, Git, memory, sequential thinking, और reference everything server भी शामिल हैं। Brave Search, Slack, Notion, GitHub, और PostgreSQL credential-gated बने रहते हैं और जब तक उनके environment variable कॉन्फ़िगर नहीं होते, तब तक अनुपलब्ध के रूप में सूचीबद्ध होते हैं।

तेज़ local developer setup के लिए:

```bash theme={null}
arka mcp-auto configure filesystem git memory sequential-thinking sqlite time --apply
```


## Related topics

- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Arka अन्य agents की तुलना में कैसा है](/hi/concepts/comparison.md)
- [MCP के ज़रिए हर Arka स्किल इस्तेमाल करें](/hi/guides/mcp-all-skills.md)
- [Sakana Fugu orchestrator](/hi/guides/fugu.md)
- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
