We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ver0-project/mcps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
package.json•674 B
{
"name": "@ver0-project/mcps",
"private": true,
"type": "module",
"description": "The home for @ver0-project MCP servers and tools",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspaces foreach -A run build",
"dev": "yarn workspaces foreach -A run dev",
"test": "yarn workspaces foreach -A run test",
"lint": "yarn workspaces foreach -A run lint",
"typecheck": "yarn workspaces foreach -A run typecheck",
"clean": "yarn workspaces foreach -A run clean"
},
"packageManager": "yarn@4.9.2",
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.5"
},
"dependencies": {
"ttab": "^0.9.0"
}
}