Skip to content

conport shows "No tools or prompts" after adding to mcp.json in Cursor #57

@ragellistiyono

Description

@ragellistiyono

Hello,

I am having an issue with the conport MCP. I have followed the instructions to add it to my mcp.json file, but after doing so, it appears in the MCP Tools list with the message "No tools or prompts". I have attached a screenshot of what I am seeing.

Image

My goal is to integrate context-portal-mcp with Cursor, but I seem to be missing a step. I'm not sure how to get it to recognize the tools. Could someone please help me resolve this issue? Is there anything else I need to do to get it working?

Here are the details of my setup:

  • OS: Kali Linux (kali-rolling)
  • Cursor Version: 1.4.3
  • uvx Version: uv 0.8.9
  • Python Version: Python 3.13.5

Here is the content of my mcp.json file:

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp@latest"]
    },
    "conport": {
      "command": "uvx",
      "args": [
        "--from",
        "context-portal-mcp",
        "conport-mcp",
        "--mode",
        "stdio",
        "--workspace_id",
        "${workspaceFolder}",
        "--log-file",
        "./logs/conport.log",
        "--log-level",
        "INFO"
      ]
    }
  }
}

Any guidance would be greatly appreciated. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions