We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/medplum/medplum'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@medplum/graphiql",
"version": "5.1.0",
"description": "Medplum GraphiQL",
"homepage": "https://www.medplum.com/",
"bugs": {
"url": "https://github.com/medplum/medplum/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medplum/medplum.git",
"directory": "packages/graphiql"
},
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
"type": "module",
"scripts": {
"build": "npm run clean && tsc && vite build",
"clean": "rimraf dist",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"browserslist": [
"last 1 Chrome versions"
],
"devDependencies": {
"@graphiql/react": "0.37.3",
"@graphiql/toolkit": "0.11.3",
"@mantine/core": "8.3.15",
"@mantine/hooks": "8.3.15",
"@medplum/core": "5.1.0",
"@medplum/fhirtypes": "5.1.0",
"@medplum/react": "5.1.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"graphiql": "5.2.2",
"graphql": "16.12.0",
"graphql-ws": "6.0.7",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"vite": "7.3.1",
"vite-plugin-monaco-editor-esm": "2.0.2"
},
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}