Skip to main content
Glama

MCP Language Server

main.cpp314 B
#include <iostream> #include "helper.hpp" // FooBar is a simple function for testing void foo_bar() { std::cout << "Hello, World!" << std::endl; return; } int main() { helperFunction(); return 0; foo_bar(); // Intentional error: unreachable code std::cout << "This is unreachable" << std::endl; }

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/isaacphi/mcp-language-server'

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