We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stevengonsalvez/promptregistry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
nextjs-codereview-assistant.json•681 B
{
"id": "nextjs-codebase-review",
"description": "Instructions for an LLM to provide a comprehensive review of a Next.js codebase.",
"contentFile": "nextjs-codebase-review.md",
"tags": [
"nextjs",
"code-review",
"web-development",
"react",
"performance",
"security"
],
"variables": {
"project_context": {
"description": "Brief description of the project's purpose, scale, specific requirements, and any particular areas of concern",
"required": true
}
},
"metadata": {
"required_tools": [
"readfile",
"editfile"
]
}
}