Skip to main content
Glama

MCP Codebase Insight

by tosin2013
#!/bin/bash # This script runs tests with proper path and environment setup set -e # Activate the virtual environment source .venv/bin/activate # Install the package in development mode pip install -e . # Set environment variables export MCP_TEST_MODE=1 export QDRANT_URL="http://localhost:6333" export MCP_COLLECTION_NAME="test_collection_$(date +%s)" export PYTHONPATH="$PYTHONPATH:$(pwd)" # Check if we should run a specific test or all tests if [ $# -eq 0 ]; then echo "Running specific vector store tests..." python component_test_runner.py tests/components/test_vector_store.py else echo "Running specified tests: $*" python component_test_runner.py "$@" fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tosin2013/mcp-codebase-insight'

If you have feedback or need assistance with the MCP directory API, please join our Discord server