We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TomBener/devonthink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
justfile•320 B
# MicroFn MCP Server - Just Commands
# Default recipe to show available commands
default:
@just --list
# Build the project
build:
npm run build
# Start local development server
dev:
npm run dev
# Deploy to Cloudflare Workers
deploy:
npm run deploy
# Format code with Biome
format:
npm run format