-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
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.
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels