Skip to main content
Glama

Wiki MCP Server

by albertshao
start_server.sh420 B
#!/bin/bash # ------------------------------------- # Script to start Wiki MCP Server # Author: Shawn # ------------------------------------- # Move to project root directory cd "$(dirname "$0")/.." echo "✅ Current directory: $(pwd)" echo "✅ Setting PYTHONPATH to include src/" export PYTHONPATH=./src echo "✅ Starting Uvicorn server..." uvicorn wiki_mcp_server.server:app --host 0.0.0.0 --port 9999 --reload

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/albertshao/wiki_mcp_server'

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