Skip to main content
Glama

Docs MCP Server

by probelabs
setup.sh465 B
#!/bin/bash # Setup script for docs-mcp example # Change to the example directory cd "$(dirname "$0")" # Install dependencies echo "Installing dependencies..." npm install # Run the build script echo "Building the docs-mcp example..." node scripts/build.js # Make the executable script executable chmod +x bin/probe-docs-mcp echo "Setup completed successfully!" echo "You can now run the example with: ./bin/probe-docs-mcp" echo "Or test it with: node test.js"

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/probelabs/docs-mcp'

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