#!/bin/bash
# MCP Server startup script for Claude Code integration
set -e
cd "$(dirname "$0")"
# Activate virtual environment
source venv/bin/activate
# Start the MCP server
exec python -m src.server
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/sac916/claude-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server