CS8803_MLSecurity_MCP_Server

NirjharDeb/CS8803_MLSecurity_MCP_Server

3.2

If you are the rightful owner of CS8803_MLSecurity_MCP_Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MCP server is a prototype designed for evaluating hidden-payload delivery to LLMs in agentic IDEs, specifically for ML security research and defensive testing.

CS8803_MLSecurity_MCP_Server

An MCP server prototype for evaluating hidden-payload delivery to LLMs in agentic IDEs (e.g., Cursor). Built exclusively for ML security research and defensive testing - no malicious use.

How is the MCP server hosted?

The MCP server is hosted on the cloud for free thanks to FastMCP Cloud. You can view the current deployment of the server at https://fastmcp.cloud/ronin-mcp/ronin-mcp-v1/deployments. Whenever you commit and push a change to the main branch, it will automatically build and deploy onto the cloud. Please note that this link is only accessible to the owners of this project.

How to configure the MCP server for Cursor?

Go to File -> Preferences -> Cursor Settings -> Tools & MCP -> Installed MCP Servers. Create a new MCP server configuration using the following json:

{
  "mcpServers": {
    "ronin-mcp-v1": {
      "url": "https://ronin-mcp-v1.fastmcp.app/mcp",
      "headers": {}
    }
  }
}

Then, go back to Installed MCP Servers and refresh ronin-mcp-v1 until the light is green and it shows the tools associated with the Ronin MCP server. In Cursor, open the AI Panel and try the following prompt to see if the server connection is successful:

Example interaction with Ronin MCP server