Skip to main content
Glama

AutoDev Codebase MCP Server

by anrgct
run-example.ts548 B
/** * Simple runner for nodejs-usage examples */ import { basicUsageExample, advancedUsageExample, cliExample } from './nodejs-usage' async function main() { const command = process.argv[2] || 'basic' switch (command) { case 'basic': await basicUsageExample() break case 'advanced': await advancedUsageExample() break case 'cli': await cliExample() break default: console.log('Usage: npx ts-node src/examples/run-example.ts [basic|advanced|cli]') } } main().catch(console.error)

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/anrgct/autodev-codebase'

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