Permission Denied Error when accessing local MCP #260
GeneArnold
started this conversation in
MCP Servers
Replies: 1 comment
-
The permission error likely stems from one of these core issues: 1. Insufficient File Permissions
2. File Locking/Process Conflicts
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been able to get my local Python based MCP server running within 5ire. The issue I'm having is that when I try to access the MCP server via a prompt I'm getting an the following error
Permission denied, please confirm your authority before try again.
Here is the JSON for my MCP server
{ "name": "tinyDB", "key": "tinyDB", "command": "uv", "args": [ "--directory", "/home/garnold/Workspace/Git/tinyDB_MCP", "run", "python", "tinydb_server_simple.py" ] }
Beta Was this translation helpful? Give feedback.
All reactions