We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SPRIME01/MCPContextForge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
summary.shβ’1.5 KiB
#!/bin/bash
# MCP Gateway VS Code Integration Summary
echo "π MCP Gateway VS Code Integration Setup Complete!"
echo "=================================================="
echo ""
echo "β What's been set up:"
echo " β’ VS Code stdio bridge script (scripts/mcp_stdio_bridge.js)"
echo " β’ Node.js dependencies installed"
echo " β’ Environment variables configured"
echo " β’ Make commands for easy management"
echo " β’ Test script for verification"
echo " β’ Complete documentation"
echo ""
echo "π Available Make Commands:"
echo " β’ make setup-vscode - Set up VS Code integration"
echo " β’ make test-vscode - Test the integration"
echo " β’ make mcp-register-tool - Register MCP tools (interactive)"
echo " β’ make mcp-register-tool-cli - Register tools via CLI"
echo " β’ make mcp-list-tools - List registered tools"
echo " β’ make mcp-auth - Authenticate with gateway"
echo ""
echo "π Next Steps:"
echo " 1. Install the 'Model Context Protocol' extension in VS Code"
echo " 2. Add the configuration from 'make setup-vscode' to your settings.json"
echo " 3. Restart VS Code"
echo " 4. Register external MCP servers with 'make mcp-register-tool'"
echo " 5. Start using your MCP tools in VS Code Copilot!"
echo ""
echo "π Documentation:"
echo " β’ VS Code Integration Guide: docs/mydocs/vscode-integration-guide.md"
echo " β’ Test your setup: make test-vscode"
echo ""
echo "π― Your MCP Gateway is now ready for VS Code integration!"