We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Koneisto/no-as-a-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
claude-desktop-config.json•916 B
{
"_comment": "NoaaS MCP Server Configuration for Claude Desktop",
"_instructions": [
"1. Clone the repo and run: npm install && npm run mcp:build",
"2. Get the absolute path by running: pwd (while in the repo directory)",
"3. Replace /YOUR/PATH/HERE below with your actual path",
"4. Save this config to the appropriate location for your OS",
"5. Restart Claude Desktop completely (quit the app, not just close window)"
],
"_config_locations": {
"macOS": "~/Library/Application Support/Claude/claude_desktop_config.json",
"Windows": "%APPDATA%\\Claude\\claude_desktop_config.json",
"Linux": "~/.config/Claude/claude_desktop_config.json"
},
"mcpServers": {
"noaas": {
"command": "node",
"args": [
"/YOUR/PATH/HERE/no-as-a-service/build/mcp-server.js"
],
"env": {
"API_BASE_URL": "https://api.mcp-for-no.com"
}
}
}
}