Skip to main content
Glama

docmcp

by visheshd
docker-stop.sh321 B
#!/bin/bash echo "Stopping DocMCP Docker environment..." # Stop the containers docker-compose down # Check if containers are stopped if [ $? -eq 0 ]; then echo "DocMCP services stopped successfully!" else echo "Failed to stop DocMCP services. You may need to manually run: docker-compose down --remove-orphans" 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/visheshd/docmcp'

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