We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Quinncuatro/jane-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
api.md•558 B
---
title: API Documentation
description: Test document for spec project1
author: Claude
tags:
- test
<<<<<<< HEAD
createdAt: '2025-07-18T16:24:03.185Z'
updatedAt: '2025-07-18T16:24:03.185Z'
=======
createdAt: '2025-07-18T20:36:27.871Z'
updatedAt: '2025-07-18T20:36:27.872Z'
>>>>>>> refs/remotes/origin/main
---
# API Documentation
REST API endpoints:
## Users
- `GET /api/users`: List all users
- `GET /api/users/:id`: Get user by ID
- `POST /api/users`: Create a new user
- `PUT /api/users/:id`: Update a user
- `DELETE /api/users/:id`: Delete a user