Skip to main content
Cursor is an AI-first code editor with native MCP support. It provides seamless integration with MCP servers for enhanced AI capabilities.
Platform Support: macOS, Linux, Windows Transport Modes: Stdio (local) and HTTP (remote) Configuration: .cursor/mcp.json or Cursor settings

Local (Stdio) Setup

Configuration file: Add to Cursor settings or .cursor/mcp.json in your project:
The --tools path must be an absolute path.

Remote (HTTP) Setup

Testing the Connection

  1. Restart Cursor after configuration
  2. Open the AI chat panel
  3. Ask “What tools are available?”
  4. Test with “Show me the IBM i system status”

Troubleshooting

  • Verify JSON syntax in configuration file
  • Restart Cursor completely
  • Check that npx -y @ibm/ibmi-mcp-server@latest works from terminal
  • Ensure all paths are absolute
  • Verify server is running with authentication enabled
  • Check token hasn’t expired
  • Get fresh token: node get-access-token.js --verbose

Next Steps

SQL Tools

Create custom SQL tools

Configuration

Explore all configuration options

Quick Start

Basic server setup guide

Other Clients

Explore other MCP clients

Additional Resources