> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Automatic MCP configuration

> Discover and safely configure popular MCP servers.

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

Arka uses a curated catalog, checks required credentials, skips existing
entries, and previews all changes. Configuration is written to the existing
Agent Hub MCP file so Cursor, Codex, Claude, and other adapters can reuse it.

The catalog also includes SQLite, time, Puppeteer, Docker, Git, memory,
sequential thinking, and the reference everything server. Brave Search, Slack,
Notion, GitHub, and PostgreSQL remain credential-gated and are listed as
unavailable until their environment variable is configured.

For a fast local developer setup:

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


## Related topics

- [Arka — AI terminal agent documentation](/index.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [Configuration](/guides/configuration.md)
- [Quickstart: install Arka and run your first command](/quickstart.md)
- [Configuration, env vars, and API key setup](/reference/configuration.md)
