Skip to main content
Connections installed servers Connections is where you manage MCP servers in your workspace. Install servers from the community registry to give your playbooks access to external APIs, databases, and services.
NIRA Handles This: NIRA automatically selects and configures MCP servers for you. This page is useful for understanding what tools are available.

What is Connections?

Connections provides:
  • Browse Catalog: Explore available MCP servers from the NimbleBrain registry
  • One-Click Install: Install servers instantly without configuration
  • Server Management: View status, logs, and control installed servers
  • Integration with Playbooks: All installed servers are available to your playbooks

Installed Servers

The Installed Servers tab shows all MCP servers currently running in your workspace: Connections installed servers view

Server Information

Each server card displays:
  • Server name: The display name of the MCP server
  • Description: What the server does and which APIs it provides
  • Status: Running status indicator (🟢 Running)
  • Package ID: The registry identifier (e.g., ai.nimbletools/echo)

Server Actions

Connect
Generate connection configuration for Claude Desktop or other MCP clients
Logs
View real-time logs from the server to debug issues
Restart
Restart the server if it becomes unresponsive
Uninstall
Remove the server from your workspace
Configure
Manage server-specific settings and environment variables

Browse Catalog

Connections catalog browser The catalog contains MCP servers from the NimbleBrain community registry.

Filter by Category

Servers are organized into categories:

Server Cards

Each server in the catalog shows:
  • Server icon: Visual identifier
  • Server name: Display name
  • Package ID: Full registry identifier with version
  • Description: What the server provides
  • Category badge: Which category it belongs to
  • Install button: One-click installation

Installing a Server

1

Browse Catalog

Click the “Browse Catalog” tab in Connections
2

Find a Server

Scroll through or use the category filters to find a server
3

Review Details

Click on a server card to see full details (optional)
4

Click Install

Click the blue “Install” button on the server card
5

Wait for Installation

The server will be installed and started automatically (usually 5-15 seconds)
Once installed, the server is immediately available to all playbooks in your workspace!

Available Servers

Here are all the MCP servers available in the catalog:
View all servers: Check out the MCP Servers Overview for detailed descriptions and use cases.

Development Tools

Simple echo service for testing MCP protocol functionality, debugging, and development workflows. No API key required.View Echo Documentation →
Interact with GitHub repos, issues, PRs, code search, and Actions through natural language. Requires GitHub token.View GitHub Documentation →
Token-efficient documentation search for 1000+ sites. 60-95% fewer tokens than alternatives with session-aware de-duplication. Requires Ref API key.View Ref Documentation →

Data Intelligence

Comprehensive API suite for data enrichment, validation, and intelligence services. Email validation, IP geolocation, phone validation, and company data. Requires Abstract API key.View Abstract API Documentation →
IP geolocation, network intelligence, ASN lookup, privacy detection, and WHOIS queries. Requires IPInfo API key.View IPInfo Documentation →

Search & Research

AI-powered web search optimized for LLMs. Real-time results, content extraction, web crawling, and site mapping. Requires Tavily API key.View Tavily Documentation →

Document Processing

Comprehensive PDF toolkit with 18 tools for conversion, manipulation, security, OCR, barcodes, and watermarks. Credit-based pricing with API key.View PDF.co Documentation →

Databases & Analytics

OLAP database for real-time analytics and data warehousing queries. Execute queries, analyze data, and generate insights. Requires ClickHouse connection details.View ClickHouse Documentation →
Industrial-strength database management with AI-powered natural language queries, intelligent index optimization, and comprehensive health monitoring. Requires database credentials.View PostgreSQL Documentation →

Finance

Real-time stock data, company fundamentals, financial news, and market analysis. Requires Finnhub API key.View Finnhub Documentation →

Language & Translation

High-quality neural machine translation supporting 30+ languages. Text translation, document translation, and language detection. Requires DeepL API key.View DeepL Documentation →

Travel & Recreation

Explore US National Parks with detailed information about parks, trails, campgrounds, and visitor centers. U.S. National Parks Service API.View National Parks Documentation →

Weather & Climate

Current weather, forecasts, historical data, and air quality information for any location worldwide. Requires OpenWeatherMap API key.View OpenWeatherMap Documentation →

Utilities

Text manipulation service with reverse and analysis tools for processing and transforming text data. Zero configuration, no API key required.View Reverse Text Documentation →

Server Configuration

Some servers require configuration before they can be used:

API Keys & Secrets

Servers that connect to external APIs need authentication:
  1. Click the Configure button (gear icon) on the server card
  2. Enter required API keys or credentials
  3. Save the configuration
  4. Restart the server if prompted
Security: API keys are encrypted and stored securely. They are never exposed in logs or visible to other workspace members.

Environment Variables

Some servers accept optional configuration via environment variables:
  • Connection timeouts
  • Rate limiting
  • Feature flags
  • Custom endpoints
Check the server documentation for available options.

Server Logs

View real-time logs to debug issues:
1

Click Logs

Click the “Logs” button on any installed server
2

View Output

See real-time stdout/stderr from the server
3

Filter Logs

Use the search box to filter log messages
4

Download

Export logs for offline analysis

Connecting to Claude Desktop

Generate a connection configuration for any installed server:
1

Click Connect

Click the “Connect” button on the server card
2

Copy Configuration

Copy the generated JSON configuration
3

Open Claude Config

Open your Claude Desktop configuration file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
4

Add Configuration

Merge the configuration into your existing config file
5

Restart Claude

Quit and restart Claude Desktop
The connection config includes your workspace API token for authentication. Keep it secure!

Server Status

🟢 Running

Server is healthy and responding to requests

🔴 Error

Server failed to start or is not responding

🟡 Installing

Server is being installed or restarted

⚫ Stopped

Server is installed but not running

Uninstalling a Server

1

Click Uninstall

Click the red “Uninstall” button on the server card
2

Confirm

Confirm that you want to remove the server
3

Cleanup

The server and its configuration will be removed
Warning: Uninstalling a server will break any playbooks that depend on it. Make sure no playbooks are using the server before uninstalling.

Troubleshooting

  • Check that you have sufficient workspace resources
  • Try refreshing the catalog
  • Check the Activity Logs for error details
  • Click “Logs” to see error messages
  • Check if API keys are configured correctly
  • Try restarting the server
  • Verify the server shows “Running” status
  • Try restarting the server
  • Check that the server is installed in the correct workspace
  • Verify the API key is valid
  • Check that the key has the necessary permissions
  • Make sure you saved the configuration after entering the key

Best Practices

Install What You Need

Only install servers that your playbooks will use

Secure API Keys

Never share API keys or workspace tokens publicly

Monitor Logs

Check logs when debugging playbook issues

Test Connections

Verify servers work before using them in production playbooks