memory-mcp-servers

Manage Model Context Protocol (MCP) servers for Emergent projects.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/emergent-company/emergent.memory --skill memory-mcp-servers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-mcp-servers
Source: https://github.com/emergent-company/emergent.memory/tree/main/tools/cli/internal/skillsfs/skills/memory-mcp-servers
Command: npx skills add https://github.com/emergent-company/emergent.memory --skill memory-mcp-servers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Model Context Protocol (MCP) servers within an Emergent project, allowing users to easily register, inspect, synchronize, and remove these critical connections.

Core Features & Use Cases

  • Server Registration: Add new SSE, HTTP, or stdio-based MCP servers with custom configurations and environment variables.
  • Connection Testing & Inspection: Verify server connectivity and retrieve details about their capabilities and tools.
  • Tool Synchronization: Refresh the list of available tools from a live MCP server.
  • Use Case: When setting up a new integration with an external AI service that uses MCP, you would use this Skill to register the service, ensure it's communicating correctly, and then sync its available tools so your project can utilize them.

Quick Start

Register a new HTTP MCP server named 'my-service' pointing to 'http://localhost:8080/mcp'.

Frequently Asked Questions about memory-mcp-servers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage MCP servers for Model Context Protocol integrations?

To manage MCP servers, you can register, inspect, synchronize, and delete SSE, HTTP, or stdio connections. This involves configuring server commands, arguments, and environment variables to enable seamless integration within your project.

How do I register a new HTTP MCP server with custom environment variables?

Registering an HTTP MCP server involves adding the service with its specific URL, configurable commands, and environment variables. You can specify these custom configurations during the registration process to ensure proper connection setup.

Can I test connectivity and inspect tools for a live MCP server?

Yes, you can verify server connectivity and retrieve details about capabilities and tools. Connection testing and inspection allow you to confirm the server is communicating correctly before synchronizing its available tools.

What is the best way to refresh available tools from a connected MCP service?

The best way to refresh available tools is through tool synchronization. This process retrieves and updates the list of capabilities from a live MCP server, ensuring your project can utilize the latest available functions.

Does MCP server management support SSE, HTTP, and stdio connection types?

Yes, MCP server management supports SSE, HTTP, and stdio server types. This allows you to register and manage diverse external AI services with configurable commands, arguments, and environment variables for seamless integration.

How do I remove an MCP server connection when troubleshooting integration issues?

To remove an MCP server connection during troubleshooting, you can delete the registered service. This action helps manage connected MCP services and facilitates resolving synchronization or communication problems.