Skip to main content
Glama

Filesystem MCP Server

sample.xml963 B
<?xml version="1.0" encoding="UTF-8"?> <library> <name>MCP Filesystem Demo</name> <description> Example XML document to demonstrate conversion, structure parsing, and querying features of the MCP server. </description> <books> <book id="1" genre="sci-fi"> <title>Hyperion</title> <author>Dan Simmons</author> <published>1989</published> <checkedOut>false</checkedOut> </book> <book id="2" genre="fantasy"> <title>The Hobbit</title> <author>J.R.R. Tolkien</author> <published>1937</published> <checkedOut>true</checkedOut> </book> </books> <users> <user> <username>alice</username> <permissions>read,write</permissions> </user> <user> <username>bob</username> <permissions>read</permissions> </user> </users> </library>

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/rawr-ai/mcp-filesystem'

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