A
AI Scanner by Aakashbhardwaj27
Scan codebases for LLM and AI SDK usage, exposed API tokens, and hardcoded secrets.
Share:
About
Scan codebases for LLM and AI SDK usage, exposed API tokens, and hardcoded secrets.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about AI Scanner by Aakashbhardwaj27.
- What is the primary function of the AI Scanner MCP?
- The AI Scanner MCP scans codebases to identify usage of LLM and AI SDKs. It also detects exposed API tokens and hardcoded secrets within the code. This helps developers maintain security and compliance.
- How can I install the AI Scanner MCP in a client like Cline?
- Installation in Cline typically involves adding the MCP's slug, 'ai-scanner-by-aakashbhardwaj27', through the client's MCP management interface. Refer to your Cline documentation for specific steps on adding new MCPs by slug.
- Does the AI Scanner MCP require an API key or other credentials?
- No, the AI Scanner MCP operates without requiring an API key or explicit credentials for its core functionality. Its transport mechanism is standard I/O (stdio).
- What specific types of issues can the AI Scanner identify?
- The AI Scanner can identify instances of LLM and AI SDK integration, locate exposed API tokens, and pinpoint hardcoded secrets. This helps in securing sensitive information within your codebase.
- What are the common prerequisites for using the AI Scanner MCP?
- The primary prerequisite is a codebase to scan. The MCP's functionality is to analyze existing code for the specified issues, so a developed project or repository is necessary input.
- Can the AI Scanner detect all types of sensitive information?
- The AI Scanner focuses on specific patterns related to API tokens and hardcoded secrets. While effective for these, it may not detect every possible type of sensitive data or custom secret formats without additional configuration or extensions.
Install AI Scanner by Aakashbhardwaj27
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"ai-scanner-by-aakashbhardwaj27": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-scanner-by-aakashbhardwaj27"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"ai-scanner-by-aakashbhardwaj27": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-scanner-by-aakashbhardwaj27"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"ai-scanner-by-aakashbhardwaj27": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-scanner-by-aakashbhardwaj27"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.