echoing-battery-61643
11/06/2025, 10:20 PMmodern-spring-15520
11/06/2025, 11:16 PMechoing-battery-61643
11/06/2025, 11:18 PMechoing-battery-61643
11/06/2025, 11:19 PMechoing-battery-61643
11/06/2025, 11:30 PMThe Pulumi MCP server is hosted at <https://mcp.ai.pulumi.com/mcp> and uses OAuth authentication. When you first connect, a web page will open where you'll enter your Pulumi Access Token and select which organization to use.
Any thoughts on how i can setup the github agent to use this?modern-spring-15520
11/07/2025, 1:42 AMmodern-spring-15520
11/07/2025, 1:44 AM{
"mcpServers": {
"pulumi": {
"command": "npx",
"args": [
"@Pulumi Team/mcp-server@latest",
"stdio"
],
"transportType": "stdio"
// optionally add environment variables, working directory, etc.
}
}
}echoing-battery-61643
11/07/2025, 4:46 AM{
"mcpServers": {
"pulumi": {
"type": "local",
"command": "npx",
"args": [
"@pulumi/mcp-server@latest",
"stdio"
],
"tools": [
"*"
]
}
}
}echoing-battery-61643
11/10/2025, 1:58 PMargs: @pulumi/mcp-server@latest stdio
cwd: /home/runner/work/infrastructure/infrastructure
Starting MCP client for pulumi with command: npx and args: @pulumi/mcp-server@latest stdio
Creating MCP client for pulumi...
Connecting MCP client for pulumi...
...
...
MCP client for pulumi connected, took 27416ms
Started MCP client for pulumi
...
...
Fetching tools from client: pulumi
Tool pulumi-registry-get-type added to tools list for client: pulumi
Tool pulumi-registry-get-resource added to tools list for client: pulumi
Tool pulumi-registry-get-function added to tools list for client: pulumi
Tool pulumi-registry-list-resources added to tools list for client: pulumi
Tool pulumi-registry-list-functions added to tools list for client: pulumi
Tool pulumi-cli-preview added to tools list for client: pulumi
Tool pulumi-cli-up added to tools list for client: pulumi
Tool pulumi-cli-stack-output added to tools list for client: pulumi
Tool pulumi-cli-refresh added to tools list for client: pulumi
Tool deploy-to-aws added to tools list for client: pulumi
Tool pulumi-resource-search added to tools list for client: pulumi
Tool neo-task-launcher added to tools list for client: pulumi
Successfully retrieved 12 tools from client: pulumi
Updated session log for pulumi with 12 tools