Skip to main content
Glama

CodeGraphContext

file_handling.php293 B
<?php $file = "shashank.txt"; try { file_put_contents($file, "Hello Shashank\n"); file_put_contents($file, "Welcome to PHP\n", FILE_APPEND); $data = file_get_contents($file); echo $data; unlink($file); } catch (Exception $e) { echo "File error: " . $e->getMessage(); }

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/Shashankss1205/CodeGraphContext'

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