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

Cannot start server #12

Open
punkpeye opened this issue Jan 4, 2025 · 0 comments
Open

Cannot start server #12

punkpeye opened this issue Jan 4, 2025 · 0 comments

Comments

@punkpeye
Copy link

punkpeye commented Jan 4, 2025

I'm trying to start this server so I can mark the associated listing as tested.

Current Behavior

This is my Dockerfile:

# ...

RUN echo "last_commit=94f469b8b498d608aa3ce1b27d15a5970bcb3337"

WORKDIR /app

RUN git clone https://github.com/neondatabase/mcp-server-neon .

CMD ["mcp-proxy", "npx", "@neondatabase/mcp-server-neon", "init", "dummy-api-key"]

When I run it, I get the following error:

sh: 1: mcp-server-neon: not found
file:///usr/lib/node_modules/mcp-proxy/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js:63
        const error = new McpError(ErrorCode.ConnectionClosed, "Connection closed");
                      ^

McpError: MCP error -1: Connection closed
    at Client._onclose (file:///usr/lib/node_modules/mcp-proxy/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js:63:23)
    at _transport.onclose (file:///usr/lib/node_modules/mcp-proxy/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js:38:18)
    at ChildProcess.<anonymous> (file:///usr/lib/node_modules/mcp-proxy/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.js:84:77)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1101:16)
    at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
  code: -1,
  data: undefined
}

Node.js v23.5.0

Expected Behavior

I would expect the server to start.

Could you provide a complete example in the README showing how to start the server?

This would improve usability for developers and help automated systems like Glama to test the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant