Skip to main content
Glama

JavaScript MCP Server

by yannbam
[ { "type": "execute", "code": "const x = 40; const y = 2; return x + y;" }, { "type": "typescript", "code": "interface Person { name: string; age: number; }; const p: Person = { name: 'Alice', age: 30 }; p;" }, { "type": "session-create", "name": "testSession" }, { "type": "session-execute", "name": "testSession", "code": "this.counter = 1; return this.counter;" }, { "type": "session-execute", "name": "testSession", "code": "this.counter++; return this.counter;" }, { "type": "session-info", "name": "testSession" } ]

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/yannbam/fresh-js-mcp'

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