Skip to main content
Glama

MCP Test Server

by yvanfreitas
mockData.js645 B
export const users = [ { id: 1, name: 'John Doe', email: 'john@example.com', role: 'admin' }, { id: 2, name: 'Jane Smith', email: 'jane@example.com', role: 'user' }, { id: 3, name: 'Bob Johnson', email: 'bob@example.com', role: 'user' } ]; export const tasks = [ { id: 1, title: 'Complete project setup', status: 'completed', assignedTo: 1 }, { id: 2, title: 'Implement authentication', status: 'in-progress', assignedTo: 2 }, { id: 3, title: 'Write documentation', status: 'pending', assignedTo: 3 } ]; export const metrics = { totalRequests: 0, totalUsers: 3, totalTasks: 3, serverStartTime: new Date().toISOString() };

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/yvanfreitas/MCP-test'

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