> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Copilot Integration

> Give GitHub Copilot persistent, cross-session memory with Memanto.

# GitHub Copilot + Memanto

<img src="https://mintcdn.com/memanto/7cqii5_wGejS32un/logo/integrations/githubcopilot.svg?fit=max&auto=format&n=7cqii5_wGejS32un&q=85&s=aafe44eec05813e1743c20ede8c1deec" alt="GitHub Copilot" width="64" style={{marginBottom: "1.5rem"}} data-path="logo/integrations/githubcopilot.svg" />

Connect [GitHub Copilot](https://github.com/features/copilot) to Memanto so it can store and recall persistent memory across sessions.

## Connect via CLI (recommended)

```bash theme={null}
memanto connect github-copilot
```

This installs a Copilot-specific instruction file and the `memanto-memory` skill into your project. Add `--global` to install system-wide:

```bash theme={null}
memanto connect github-copilot --global
```

## Connect via MCP

GitHub Copilot supports MCP, so you can alternatively register Memanto as an MCP server. See the [MCP integration guide](/integrations/mcp) for the `memanto-mcp` server reference and config.

## Next Steps

* [CLI: connect command](/cli/connect/connect)
* [MCP Integration](/integrations/mcp)
* [Memory Types Reference](/reference/memory-types)
