---
title: "geist"
description: "Geist tools and workflows for GitHub Copilot and OpenAI Codex."
canonical: https://agentpluginsdirectory.com/plugins/geist
last-updated: 2026-09-11
---

# geist
Geist tools and workflows for GitHub Copilot and OpenAI Codex.
- Slug: geist
- Publisher: tsharp
- Repository: https://github.com/tsharp/agent-exchange
- Manifest: plugins/geist/plugin.json
- Version: 0.6.0
- License: MIT
- Category (editorial): other
- Skills: 0
- MCP servers: 1 (geist)
- Stars: 0
- Repository created: 2026-09-09
- Repository last pushed: 2026-09-10
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/geist
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What geist does, in the publisher's words

Geist provides ordered workspace instructions and local document retrieval for GitHub Copilot and OpenAI Codex. When RAG is enabled, each user prompt receives a few relevant chunks that the agent can choose to investigate. Geist does not capture or store conversation logs.

Geist is installed as geist@agent-exchange. It includes its own Markdown-record MCP server and optional external-controller support. The original Geist's skills and Mimir server are not included.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/tsharp/agent-exchange/HEAD/plugins/geist/README.md

## MCP servers

- geist: transport: stdio; command: node ${PLUGIN_ROOT}/runtime/mcp/run.mjs

Read from the plugin's own mcp.json. Environment variable names only, never values.
