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": [
        "windtools-mcp"
      ],
      "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.3.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.3-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: windtools_mcp-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 407df2c7fb9138202aa974a2b1d895220def6b7e993a1fc3bbb884cd88f41f37
MD5 cb41e59eebd048afef78cfcbcd194928
BLAKE2b-256 090a60cac2ff5c5fcebce6cec5e2471dcef7142b26d3898e2e3d31af4d6613b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for windtools_mcp-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ba8ded2bb2ac4f255aafb7cbb0f8da88146dd973dcae4a9423223641ba6a5b75
MD5 76b67c1d412d53014cecdc11e2081752
BLAKE2b-256 ac71f60a6c210875f0f9faf86fb94a30b4f35b8909d00e6a53ad55444811593b

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