By · Last updated 2026-02-22

بلاگ پر واپس جائیںتکنیکی

Claude اور ChatGPT بغیر PII لیک کیے استعمال کریں

ڈویلپرز کے لیے AI اسسٹنٹس محفوظ طریقے سے استعمال کرنے کی گائیڈ۔ Claude Desktop، Cursor، اور VS Code میں شفاف PII تحفظ کے لیے MCP Server انٹیگریشن سیٹ اپ کریں۔

February 22, 20267 منٹ پڑھیں
MCP ServerClaude DesktopCursor IDEsecure AIdeveloper tools

ڈویلپر کی مخمصہ

آپ پروڈکشن مسئلہ ڈیبگ کر رہے ہیں۔ اسٹیک ٹریس میں کسٹمر کے ای میل پتے ہیں۔ سب سے تیز حل؟ اسے Claude میں پیسٹ کریں اور مدد مانگیں۔

لیکن وہ ڈیٹا اب:

  • Anthropic کے سسٹمز میں محفوظ ہے
  • آپ کے پلان کے مطابق ماڈل ٹریننگ میں ممکنہ طور پر استعمال
  • آپ کی چیٹ ہسٹری تک رسائی رکھنے والے کسی بھی شخص کو نظر آتا ہے

77% ڈویلپرز حساس ڈیٹا AI ٹولز میں پیسٹ کرتے ہیں۔ اکثر مسئلہ بعد میں نظر آتا ہے۔

پراکسی اسے کیسے ٹھیک کرتا ہے

Model Context Protocol (MCP) ایک سرور کو آپ اور کسی بھی AI ٹول کے درمیان بیٹھنے دیتا ہے۔ anonym.legal MCP سرور اس پوزیشن کا استعمال کر کے آپ کا ٹیکسٹ کسی ماڈل تک پہنچنے سے پہلے PII ہٹاتا ہے۔

یہ چار قدم میں کام کرتا ہے:

  1. آپ معمول کے مطابق پرامپٹ ٹائپ کرتے ہیں
  2. پراکسی اسے بھیجنے سے پہلے پکڑ لیتا ہے
  3. PII تلاش ہو کر قابل واپسی ٹوکنز سے بدل جاتی ہے
  4. AI صرف صاف، گمنام ٹیکسٹ دیکھتا ہے

AI کا جواب اصل قدروں کے ساتھ واپس آتا ہے۔ آپ کا ورک فلو نہیں بدلتا۔

انٹیگریشن سیٹ اپ

آپ کو کیا چاہیے

  • Node.js 18 یا بعد میں
  • Claude Desktop، Cursor، یا VS Code بمع Claude ایکسٹینشن
  • anonym.legal API کلید — مفت میں لیں

قدم 1: اپنی API کلید لیں

  1. anonym.legal/auth/signup پر سائن اپ کریں
  2. Settings → API Tokens جائیں
  3. نیا ٹوکن بنائیں
  4. کاپی کریں — یہ صرف ایک بار نظر آئے گا

قدم 2: Claude Desktop کنفیگر کریں

اپنے OS کے لیے کنفیگ فائل ایڈٹ کریں:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json

anonym.legal سرور شامل کریں:

{
  "mcpServers": {
    "anonym-legal": {
      "command": "npx",
      "args": ["-y", "@anonym-legal/mcp-server"],
      "env": {
        "ANONYM_API_KEY": "your-api-key-here"
      }
    }
  }
}

قدم 3: Claude Desktop دوبارہ شروع کریں

ایپ بند کر کے دوبارہ کھولیں۔ آپ کو فعال سرورز میں "anonym-legal" نظر آئے گا۔

Cursor IDE سیٹ اپ

Cursor اسی پروٹوکول کا استعمال کرتا ہے۔ یہ .cursor/mcp.json میں شامل کریں:

{
  "mcpServers": {
    "anonym-legal": {
      "url": "https://anonym.legal/mcp",
      "transport": "sse",
      "headers": {
        "Authorization": "Bearer your-api-key-here"
      }
    }
  }
}

کیا گمنام ہوتا ہے

سرور 48 زبانوں میں 285+ ادارہ جاتی اقسام پکڑتا ہے:

زمرہمثالیں
ذاتینام، ای میل، فون نمبر، تاریخ پیدائش
مالیاتیکریڈٹ کارڈ، بینک اکاؤنٹ، IBAN
سرکاریSSN، پاسپورٹ نمبر، ڈرائیونگ لائسنس
تکنیکیIP پتے، API کلیدیں، ٹوکنز
طبیمریض ID، بیمہ نمبر
کارپوریٹملازم ID، اکاؤنٹ نمبر

مثال تبدیلی

آپ کا پرامپٹ:

Debug this error from user john.smith@acme.com:
Payment failed for card 4532-1234-5678-9012
Customer ID: CUST-12345, IP: 192.168.1.100

ماڈل کیا دیکھتا ہے:

Debug this error from user [EMAIL_1]:
Payment failed for card [CREDIT_CARD_1]
Customer ID: [ID_1], IP: [IP_1]

آپ کا جواب:

اصل قدروں کے ساتھ مکمل ڈیبگنگ مشورہ واپس آتا ہے

اگلے اقدامات

کیا آپ اپنے ڈیٹا کی حفاظت کے لیے تیار ہیں؟

48 زبانوں میں 285+ ادارتی اقسام کے ساتھ PII کی گمنامی شروع کریں۔

About this page

We update this page when our platform or the law changes.

Read our founder note for how we work.

Each change shows up in the timestamp at the top.

Related reading

We follow these rules

  • GDPR (EU 2016/679).
  • ISO/IEC 27001:2022.
  • NIS2 (EU 2022/2555).
  • HIPAA safe harbor under 45 CFR § 164.514(b)(2).

Our promise

We do not sell your data.

We do not train models on your text.

We store your files in Germany.

You can delete your account at any time.

You own your work.

Where we run

Our servers live in Falkenstein, Germany.

We use Hetzner. They hold ISO 27001 certification.

All data stays in the EU.

Backups run every day.

Need help?

Email support@anonym.legal.

We reply within one business day.

How we test

We run a full check suite on every release.

Each surface gets its own sweep script and report.

Human reviewers spot-check the output each week.

We track recall and precision on a labelled set.

Bad runs block the deploy.

What we never do

  • We never sell your information to third parties.
  • We never train models on what you upload.
  • We never keep your work after you delete it.
  • We never share keys with any outside firm.
  • We never run ads inside the product.

Plans in plain words

We sell credits, not seats.

One credit covers one short job.

Long jobs use a few credits each.

You can top up at any time.

Unused credits roll over each month.

Read the plans page for current rates.

Who built this

A small team of engineers and lawyers built this.

We ship from Europe and work in the open.

Our founder note spells out why we started.

Where to start

How the parts fit

A browser add-on cleans text inside Chrome.

A Word plug-in handles drafts in Office.

A small desktop tool works on whole folders.

An agent protocol link feeds large models safely.

All four share one core engine and one rule set.

Words from our team

We started this work after a lunch about cookies.

One friend kept getting odd ads on her phone.

We asked why a court file leaked through a draft.

We sketched the first build on a napkin that week.

By month three we had a tiny demo for a friend.

She used it on her first case the next day.

Common questions we hear

Can the tool read scanned PDFs? Yes, with OCR.

Does it work on long files? Yes, in small chunks.

Can I roll my own rule set? Yes, save it as a preset.

Does it run offline? The desktop build runs offline.

Do you keep my files? No, the cloud build wipes after each run.

Will it learn from my work? No, we never train on inputs.

A short tour of the workflow

Upload a file or paste a snippet of prose.

Pick the entities you want gone from the draft.

Choose a method: replace, mask, hash, encrypt, or redact.

Press run and watch the side panel show each hit.

Skim the result and tweak any rule that misfired.

Save the cleaned file or send it to a teammate.