SagaSmith D&D MCP
A local MCP server for Dungeons & Dragons campaign management, combining core runtime with skill and module-generation packs. It enables campaign creation, module generation and import, rule and skill searching via tools, resources, and prompts.
README
SagaSmith D&D MCP
SagaSmith-dnd-mcp is a local MCP server that combines the SagaSmith Core D&D
runtime, the D&D skill pack, and the module-generation skill pack.
It owns its local state by default:
<workspace>/.sagasmith-dnd-mcp/
data/ttrpgbase.db SQLite campaigns, modules, rules, and FTS indexes
data/chroma_db/ Local ChromaDB persistent store
artifacts/modules/ Generated Markdown modules before import
No D&D client should write either database directly. Use MCP tools so SQLite writes, migrations, module artifacts, and optional vector storage share one well-defined process boundary.
Install
From this directory:
pip install -e ".[dev]"
For dense embedding and Chroma indexing, include the optional extra:
pip install -e ".[dense,dev]"
Run
sagasmith-dnd-mcp
The server uses stdio. Configure a client such as Nanobot with:
{
"command": "sagasmith-dnd-mcp",
"args": []
}
MCP Surface
Tools include storage status/migration, campaign creation/listing, safe module
write/import/list/search, rule search, and skill listing/reading. Skill packs
are also resources at sagasmith://skill/{skill_id}, while dnd_dm and
module_generator are MCP prompts.
module_write is intentionally separate from module_import: generation
always leaves an editable Markdown artifact under artifacts/modules before it
enters a campaign index.
Configuration
SAGASMITH_DND_MCP_HOME moves all managed local state. By default it is
<SagaSmith workspace>/.sagasmith-dnd-mcp.
Set SAGASMITH_DND_MCP_DENSE_ENABLED=1 after installing [dense] to enable
embedding-backed retrieval. The default remains SQLite FTS-only so the MCP can
start without loading an embedding model.
SAGASMITH_DATABASE_URL may point the Core runtime to an external database.
CHROMA_DB_URL may point vector retrieval to a remote Chroma service. When
neither is set, this server uses its own SQLite file and Chroma directory.
CHROMA_DB_PATH is also respected when a different local Chroma directory is
needed.
Use SAGASMITH_DND_SKILLS_DIR and SAGASMITH_MODULEGEN_SKILLS_DIR to point at
different checkouts of the skill packs.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.