tachikoma-game-design-mcp

tachikoma-game-design-mcp

A read-only MCP server that enables semantic search over a Chroma library of narrative and game design content, using multilingual embeddings (BAAI/bge-m3) and offering tools to query indexed books, retrieve page chunks, and list available titles.

Category
Visit Server

README

Tachikoma Game Design MCP

Servidor MCP local y de solo lectura para que Claude consulte una biblioteca Chroma sobre narrativa y diseño de videojuegos. Este repositorio contiene únicamente el runtime público; la extracción, los chunks y la generación de embeddings viven en tachikoma-rag-infra.

Características

  • Búsqueda semántica multilingüe con BAAI/bge-m3.
  • Resultados con libro, página, texto y similitud.
  • Transporte MCP por stdio, sin puertos abiertos.
  • Funcionamiento offline con un modelo previamente descargado.
  • Herramientas de solo lectura y protección frente a instrucciones embebidas.
  • Ruta del índice configurable, sin acoplamiento a la infraestructura.

Contenido

mcp_server.py                         Servidor MCP.
claude_desktop_config.example.json    Configuración de Claude Desktop.
requirements.txt                      Dependencias de ejecución.
pyrightconfig.json                    Configuración del análisis estático.
tests/test_mcp_server.py               Pruebas del runtime.

Los PDF, textos, chunks, embeddings y bases Chroma no forman parte de este repositorio público.

Instalación

py -3.12 -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt

Proporcionar un índice

Tachikoma necesita una colección Chroma creada con el mismo modelo de embeddings. Puedes generarla mediante el repositorio privado tachikoma-rag-infra o recibirla por un canal autorizado.

Variables disponibles:

Variable Valor predeterminado
TACHIKOMA_DATABASE_PATH ./chroma_page_aware
TACHIKOMA_COLLECTION narrative_books_bge_m3
TACHIKOMA_MODEL BAAI/bge-m3
TACHIKOMA_LOG_PATH ./logs/tachikoma-mcp.log

El modelo debe estar descargado en la caché local antes de iniciar el MCP. El servidor usa local_files_only=True y no descargará archivos durante una conversación.

El log es rotativo, no guarda el texto de las consultas y registra tiempos de carga del modelo, conexión a Chroma, embedding, búsqueda vectorial y ejecución total.

Configurar Claude Desktop

  1. Copia la entrada de claude_desktop_config.example.json dentro de mcpServers.
  2. Sustituye las rutas del repositorio, Python y Chroma.
  3. Cierra completamente Claude Desktop y vuelve a abrirlo.

En Windows, la configuración suele estar en:

%APPDATA%\Claude\claude_desktop_config.json

Herramientas

  • search_narrative_library: búsqueda semántica con filtro opcional por libro.
  • read_book_page: recupera en orden los chunks de una página.
  • list_library_books: enumera los libros indexados.
  • library_status: comprueba modelo, colección y número de chunks.

Pruebas

python -m unittest discover -s tests -p "test_*.py"

Análisis estático opcional:

uv tool install basedpyright
basedpyright --pythonpath ".venv\Scripts\python.exe" -p pyrightconfig.json

Privacidad

El índice puede contener fragmentos de documentos. No publiques Chroma ni distribuyas índices creados a partir de material con copyright sin autorización.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured