Skip to main content
Glama

tscircuit MCP Server

MIT License
3
  • Apple
package.json995 B
{ "name": "tscircuit-mcp", "version": "1.0.0", "description": "MCP server for tscircuit electronics component registry", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "start": "bun run build/index.js", "dev": "bun run --watch src/index.ts", "test": "bun test", "typecheck": "tsc --noEmit" }, "keywords": ["mcp", "tscircuit", "electronics", "components", "model-context-protocol", "claude", "ai"], "author": "Charlie Lockyer", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.0.0" }, "engines": { "bun": ">=1.0.0", "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/charlielockyer/tscircuit-mcp.git" }, "bugs": { "url": "https://github.com/charlielockyer/tscircuit-mcp/issues" }, "homepage": "https://github.com/charlielockyer/tscircuit-mcp#readme" }

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/charlielockyer-rice/tscircuit-mcp'

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