Skip to main content
Glama

Nexus MCP Bridge for VSCode

by wesnermichel
setup.sh198 B
#!/bin/bash # Make permissions executable chmod +x build.sh chmod +x install.sh # Run the build script ./build.sh # If successful, run the install script if [ $? -eq 0 ]; then ./install.sh 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/wesnermichel/nexus-mcp-claude-desktop-server'

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