Client Configuration
Configure VS Code, Claude Desktop, Cursor, and other MCP clients to connect to your BoxLang MCP server.
๐ Connection Basics
http://localhost:8080/~bxmcp/boxlang.bxmCommon Configuration Shape
{
"mcpServers": {
"boxlang": {
"url": "http://localhost:8080/~bxmcp/boxlang.bxm",
"headers": {
"Authorization": "Bearer your-auth-token"
}
}
}
}๐ VS Code
๐ค Claude Desktop
๐ฅ๏ธ Cursor
๐ Generic HTTP Client (curl)
List All Tools
Call a Tool
List All Prompts
Get a Specific Prompt
๐ Tool Filtering at the Client Level
๐ Remote Connections
๐ฎ Interactive CLI
๐ Next Steps
Last updated
Was this helpful?
