Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Erick Wendel Contributions MCP
Claim
by
ErickWendel
GitHub
Search
Knowledge & Memory
TypeScript
MIT License
5
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
demos
erickwendel-sdk
.github
src
test
Dockerfile
.gitignore
LICENSE
mcp.jsonc
.nvmrc
package.json
package-lock.json
README.md
refs.txt
smithery.yaml
{ "name": "tml-graphql-service", "version": "1.0.0", "description": "A service that provides access to TML GraphQL API data", "main": "src/index.ts", "type": "module", "engines": { "node": ">=20.0.0" }, "scripts": { "start": "node --no-warnings src/index.ts", "dev": "node --inspect --watch src/index.ts", "test": "node --no-warnings --test test/**/*.test.ts", "test:dev": "node --no-warnings --test --watch test/**/*.test.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.24" }, "license": "MIT" }