swampcastle
v3.0.14Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.
By milla-jovovichLicense: MIT0 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install swampcastle for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add swampcastle@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dekoza/swampcastleClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- python3
- args
- -m swampcastle.drawbridge
Plugin manifests1
{
"name": "swampcastle",
"version": "3.0.14",
"description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.",
"author": {
"name": "milla-jovovich"
},
"homepage": "https://github.com/dekoza/swampcastle",
"repository": "https://github.com/dekoza/swampcastle",
"license": "MIT",
"keywords": [
"memory",
"ai",
"rag",
"mcp",
"chromadb",
"palace",
"search"
],
"skills": "./skills/",
"hooks": "./hooks.json",
"mcpServers": {
"swampcastle": {
"command": "python3",
"args": [
"-m",
"swampcastle.drawbridge"
]
}
},
"interface": {
"displayName": "SwampCastle",
"shortDescription": "AI memory system for Codex",
"longDescription": "Give your AI a persistent memory — mine projects and conversations into a searchable palace backed by ChromaDB, with 19 MCP tools, auto-save hooks, and guided skills.",
"developerName": "milla-jovovich",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/dekoza/swampcastle",
"privacyPolicyURL": "https://github.com/dekoza/swampcastle",
"termsOfServiceURL": "https://github.com/dekoza/swampcastle",
"defaultPrompt": [
"Search my memories for recent decisions",
"Mine this project into my memory palace",
"Show my palace status and room counts"
],
"brandColor": "#7C3AED"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[swampcastle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/swampcastle)