> ## 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 使用一份精选目录，检查所需凭证，跳过已有条目，并在应用前
预览所有更改。配置会写入现有的 Agent Hub MCP 文件，以便 Cursor、
Codex、Claude 及其他适配器都能复用。

该目录还包含 SQLite、time、Puppeteer、Docker、Git、memory、
sequential thinking 以及参考 everything 服务器。Brave Search、Slack、
Notion、GitHub 以及 PostgreSQL 仍需要凭证，会在其环境变量配置好
之前显示为不可用。

面向本地开发者的快速设置：

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


## Related topics

- [Arka 与其他智能体的对比](/cn/concepts/comparison.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [n8n 工作流自动化](/cn/guides/n8n.md)
- [配置](/cn/guides/configuration.md)
- [Agent Hub](/cn/guides/agent-hub.md)
