Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.arif-fazil-com]
url = "https://arifos.arif-fazil.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arif-fazil-com": {
"type": "http",
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arif-fazil-com
Remote MCP URL: https://arifos.arif-fazil.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"arif-fazil-com": {
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arif-fazil-com": {
"type": "http",
"url": "https://arifos.arif-fazil.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arif-fazil-com",
"transport": "streamable-http",
"url": "https://arifos.arif-fazil.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
arif_session_init— Start or resume a governed constitutional session.arif_sense_observe— Search the web, ingest URLs, check system vitals, or map a repository.arif_evidence_fetch— Fetch and preserve external evidence with source citations.arif_mind_reason— Multi-step reasoning, planning, and reflection with confidence labeling.arif_heart_critique— Assess ethical risks and human impact before acting.arif_kernel_route— Route intent to the correct tool or federation organ.arif_reply_compose— Compose the final response for the user.arif_memory_recall— Search past sessions, assets, sealed events, or repositories.