Skip to main content

A Codebase MCP Tools

Project description

WindTools MCP Server

MCP Server for the WindTools code assistant, providing document embedding and retrieval capabilities using ChromaDB and sentence transformers.

Features

  • Semantic Code Search: Uses sentence transformers for embedding code snippets and retrieval
  • Persistent Storage: Saves code embeddings in ChromaDB for persistent retrieval
  • Directory Exploration: Built-in tools for navigating and exploring codebases
  • Environment Configuration: Configurable through environment variables

Tools

  1. list_dir
    • List the contents of a directory
    • Inputs:
      • directory_path (string): Path to list contents of, should be absolute path to a directory
    • Returns: String with directory listing including file types and sizes

Technical Architecture

The WindTools MCP Server is built on these key components:

  • ChromaDB: Vector database for storing and retrieving code embeddings
  • Sentence Transformers: Deep learning models for creating embeddings from code
  • FastMCP: Framework for building MCP-compliant servers
  • Async Lifespan Management: Efficient resource initialization and cleanup

Setup

Environment Variables

The server can be configured with the following environment variables:

  • DATA_ROOT: Directorio base donde se almacenarán todos los datos (por defecto: /app/data)
  • CHROMA_DB_FOLDER_NAME: Name of the folder where ChromaDB stores data (default: "default")
  • SENTENCE_TRANSFORMER_PATH: Path to the sentence transformer model (default: "jinaai/jina-embeddings-v2-base-code")

Installation

Using pip

pip install windtools-mcp

From source

git clone <repository-url>
cd windtools-mcp
pip install -e .

Usage with Claude Desktop

Add the following to your claude_desktop_config.json:

Direct Execution

{
  "mcpServers": {
    "windtools": {
      "command": "uvx",
      "args": [
        "mcp-wintools"
      ],
      "env": {
        "DATA_ROOT": "~/windtools_data",
        "CHROMA_DB_FOLDER_NAME": "chromadb",
        "SENTENCE_TRANSFORMER_PATH": "jinaai/jina-embeddings-v2-base-code"
      }
    }
  }
}

Los datos (incluyendo la base de datos ChromaDB y el caché de modelos) se guardarán en el directorio ~/windtools_data y persistirán entre ejecuciones del contenedor.

Development

Requirements

  • Python 3.10.13 or higher
  • Dependencies listed in pyproject.toml

Development Setup

# Create a virtual environment (optional but recommended)
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install development dependencies
uv sync --dev

Running Tests

pytest tests/

Project Structure

src/
  windtools_mcp/
    __init__.py
    __main__.py
    server.py
tests/
  test_client.py
.gitignore
.python-version
pyproject.toml

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

windtools_mcp-0.0.2.tar.gz (133.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

windtools_mcp-0.0.2-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file windtools_mcp-0.0.2.tar.gz.

File metadata

  • Download URL: windtools_mcp-0.0.2.tar.gz
  • Upload date:
  • Size: 133.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.1

File hashes

Hashes for windtools_mcp-0.0.2.tar.gz
Algorithm Hash digest
SHA256 9a57730ba641d463089ecdce336353409e733bf16515370273cdfeac4a3a548c
MD5 1353951755a2c2bfa6b38097b015905e
BLAKE2b-256 d3d20b86aabbce0aab904b277154fb58a05220b1e2f0c1b608976131dfd49535

See more details on using hashes here.

File details

Details for the file windtools_mcp-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for windtools_mcp-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ac3fdc0fb524172c115f60e030c1910a7aa747cae9b5687202e9c3bd2919677a
MD5 1b52e2bc56588e31f366095618bc00b1
BLAKE2b-256 245ff7b06878be8862c103d84a05b67bc343ba77dbb7f264301cd332adb3b0ba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page