Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Implement Additional MCP Servers (Fetch, SQLite, Filesystem) #420

Open
liquiddeath1900 opened this issue Dec 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@liquiddeath1900
Copy link

Unable to add Fetch, SQLite, or Filesystem MCP servers to Claude Desktop. Each server fails to connect with different errors (timeout/permission denied) while core servers remain functional.

Steps to reproduce the behavior:
Configure working core servers (Brave Search, Memory, Sequential)
Add new server to claude_desktop_config.json, for example SQLite:

jsonCopy"sqlite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite"
]
}

Install required packages:

npm install @modelcontextprotocol/server-sqlite
Repeat for fetch and filesystem

Restart Claude Desktop
Enable DevTools (Command-Option-Shift-i)
Observe connection errors in console

Expected behavior
Additional MCP servers should:

Successfully install via npm
Connect on Claude Desktop startup
Remain connected like core servers
Be available for use within Claude

Logs
DevTools Console Output showing actual behavior:
CopyConnected to MCP server memory
Connected to MCP server brave-search
Connected to MCP server sequential
Could not attach to MCP server sqlite: eE: MCP error -2: Request timed out

@liquiddeath1900 liquiddeath1900 added the bug Something isn't working label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant