Model Context Protocol (MCP) server providing platform context and tools to AI assistants.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pt-techne-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/osinfra-io/pt-techne-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add pt-techne-mcp-server go run github.com/osinfra-io/pt-techne-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"pt-techne-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/osinfra-io/pt-techne-mcp-server@latest"
]
}
}
}