Skip to content

Cannot use MCP server from Power when registry enabled #7262

@caveman-dick

Description

@caveman-dick

Before opening, please confirm:

Operating System

win32

Kiro Version

0.11.130

Bug Description

I have the MCP registry enabled but I cannot use MCP servers from my custom power as it just errors in the log:

2026-04-08 11:45:53.169 [info] Server 'power-watchfinder-development-ado-mcp' excluded by registry-only access mode

But I've already added that using the following block in the registry:

{
   "server": {
       "name": "power-watchfinder-development-ado-mcp",
       "title": "Azure DevOps MCP Server (Power)",
       "description": "MCP server providing Azure DevOps integration for work items, pipelines, and repositories",
       "version": "2.2.2",
       "packages": [
           {
               "registryType": "npm",
               "identifier": "@azure-devops/mcp",
               "transport": {
                   "type": "stdio"
               },
               "packageArguments": [
                   {
                       "type": "positional",
                       "value": "watchfinder"
                   }
               ]
           }
       ]
   }
},

In the chat window it just says the power doesn't have any

Steps to Reproduce

  1. Create a custom power that uses an MCP server
  2. Create a registry and add that power specific MCP server prefixing with the power name
  3. Install the power and try and use the MCP server from the power

Expected Behavior

The MCP server is accessible

Conversation ID

8722dd5a-4273-43e9-acbb-5c58f012db04

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions