Consuming MCP servers as Prism tools, across an explicit trust boundary. TypeScript.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"prism-mcp-ts": {
"command": "npx",
"args": [
"-y",
"Particle-Academy/prism-mcp-ts"
]
}
}
}
Run in terminal:
claude mcp add prism-mcp-ts npx -y Particle-Academy/prism-mcp-ts
Add to .cursor/mcp.json:
{
"mcpServers": {
"prism-mcp-ts": {
"command": "npx",
"args": [
"-y",
"Particle-Academy/prism-mcp-ts"
]
}
}
}