THE PROJECT IS MOVED MCP Server

πŸš€ All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows

Local serverstdioPython

What is the THE PROJECT IS MOVED MCP server?

πŸš€ All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. The the project is moved mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.

What it actually does

THE PROJECT HAS BEEN SPLIT AND MOVED TO INDIVIDUAL REPOSITORIES.

Its toolset

Everything the assistant can do here goes through one of these:

  • gemini β€” Gemini-powered search
  • fetch β€” Fetch tools
  • confluence β€” Confluence tools
  • youtube β€” YouTube tools
  • jira β€” Jira tools
  • gitlab β€” GitLab tools
  • script β€” Script tools
  • rag β€” RAG tools
  • deepseek β€” Deepseek AI tools
  • calendar_create_event β€” The calendar_create_event tool exposed by this server
  • calendar_list_events β€” The calendar_list_events tool exposed by this server
  • calendar_update_event β€” The calendar_update_event tool exposed by this server

Configuration

You will need 8 environment variables: QDRANT_HOST, ATLASSIAN_HOST, GITLAB_HOST, GITLAB_TOKEN, BRAVE_API_KEY, ATLASSIAN_TOKEN, GOOGLE_AI_API_KEY, PROXY_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Go 1.23.2 or higher - Various API keys and tokens for the services you want to use

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. THE PROJECT IS MOVED's toolset β€” gemini, fetch, confluence and 11 more β€” is a fair guide to whether it matches your workflow. It is maintained by nguyenvanduocit; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch THE PROJECT IS MOVED.
  • Missing credentials fail quietly in some clients β€” if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the the project is moved mcp server does with a few real requests.

Available tools

ToolWhat it does
geminiGemini-powered search
fetchFetch tools
confluenceConfluence tools
youtubeYouTube tools
jiraJira tools
gitlabGitLab tools
scriptScript tools
ragRAG tools
deepseekDeepseek AI tools
calendar_create_eventThe calendar_create_event tool exposed by this server.
calendar_list_eventsThe calendar_list_events tool exposed by this server.
calendar_update_eventThe calendar_update_event tool exposed by this server.
calendar_respond_to_eventThe calendar_respond_to_event tool exposed by this server.
confluence_searchThe confluence_search tool exposed by this server.

How to install the THE PROJECT IS MOVED MCP server

3. Config your claude's config:

```json{claude_desktop_config.json}
{
  "mcpServers": {
    "my_mcp_server": {
      "command": "all-in-one-model-context-protocol",
      "args": ["-env", "/path/to/.env"],
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Go 1.23.2 or higher - Various API keys and tokens for the services you want to use
VariableDescriptionRequired
QDRANT_HOSTEndpoint or connection string the server talks to.Optional
ATLASSIAN_HOSTEndpoint or connection string the server talks to.Optional
GITLAB_HOSTEndpoint or connection string the server talks to.Optional
GITLAB_TOKENCredential the server authenticates with.Yes
BRAVE_API_KEYCredential the server authenticates with.Yes
ATLASSIAN_TOKENCredential the server authenticates with.Yes
GOOGLE_AI_API_KEYCredential the server authenticates with.Yes
PROXY_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • β€œUse THE PROJECT IS MOVED to gemini.”
  • β€œUse THE PROJECT IS MOVED to fetch.”
  • β€œUse THE PROJECT IS MOVED to confluence.”

Frequently asked questions

Tools include calendar_create_event, confluence_search, deepseek_reasoning, get_web_content, gchat_list_spaces, ai_web_search, gitlab_list_projects, jira_get_issue, gmail_search, and many more. See the full list in the README.